Feeds
提问
Using quad
A question is: there is function f(t,a,b) and g(t) where a, b are known variables. Find the area between the curves. I just want...
14 years 前 | 1 个回答 | 0
1
个回答提问
Make a transpose function in for loop
I have to make transpose function in for loop for matrix. I am trying to get it to work but it needs some imporvements. funct...
14 years 前 | 2 个回答 | 0
2
个回答提问
Can you hel me with my code
here is what i have rng(123); N=111; noise= -1+2.*rand(N,1); for n=1:N y(n) = sin(2*pi.*n./20) + 2*cos(2*pi.*n./...
14 years 前 | 1 个回答 | 0
