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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
