Feeds
已回答
how to eliminate matrix?
This is a matter of matrix indexing techniques: see <http://www.mathworks.com/help/matlab/math/matrix-indexing.html Matrix Index...
how to eliminate matrix?
This is a matter of matrix indexing techniques: see <http://www.mathworks.com/help/matlab/math/matrix-indexing.html Matrix Index...
11 years 前 | 0
已回答
How to create a nested for loop to create a mesh plot
The error comes up because your passing _y1_ to _z_ as if it were an index (which must be a "real positive integer or logical"- ...
How to create a nested for loop to create a mesh plot
The error comes up because your passing _y1_ to _z_ as if it were an index (which must be a "real positive integer or logical"- ...
11 years 前 | 0
已回答
How to avoid the "if" statement
Hi qingtao, You mention 'a' is the flag, does that mean your second if statement should actually read: if A(1)=2, E=B+A(...
How to avoid the "if" statement
Hi qingtao, You mention 'a' is the flag, does that mean your second if statement should actually read: if A(1)=2, E=B+A(...
11 years 前 | 0
| 已接受
提问
FFT: Detrend not removing 0 Hz component?
I have a data vector that I am trying to use fft on. I've read in other answers that the 0 Hz component comes from the mean so I...
11 years 前 | 0 个回答 | 0