Feeds
질문
I'm having problem to adjust the range of the time to be from 0 to 10 , it shows me error in the vectors must be the same length and i don't know how to use the length function in matlab
T = 0.01; time=[0:T:10]; h = exp(-time) - exp(-3*time); x=(heaviside(-(-time+1))- heaviside(-(-time+4))); y= conv(...
거의 7년 전 | 답변 수: 1 | 0