photo

Amirhossein Fathi


Attivo dal 2023

Followers: 0   Following: 0

Spoken Languages:
English

Statistica

All
MATLAB Answers

2 Domande
0 Risposte

Cody

0 Problemi
6 Soluzioni

RANK
249.236
of 299.969

REPUTAZIONE
0

CONTRIBUTI
2 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 20.853

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
49.161
of 166.784

CONTRIBUTI
0 Problemi
6 Soluzioni

PUNTEGGIO
73

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Solver
  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

oltre un anno fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

oltre un anno fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

oltre un anno fa

Risolto


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

oltre un anno fa

Risolto


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

oltre un anno fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

oltre un anno fa

Domanda


How to envelope a FFT dataset?
Hi, I have an excel file of FFT data including frequency, amplitude and phase of a bearing signal. I want to montitor the cond...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


finding time domain of an excel FFT data
I have an Excel file of a signal FFT including frequency, amplitude and phase. How can I find the Time domain (Time series) of...

oltre 2 anni fa | 1 risposta | 0

1

risposta