Feeds
질문
how do i plot this?
x(t)=summation(k=1)^infinity . [(-1)]^(k-1).(2A/k.pi).sin(k.pi.t)
대략 15년 전 | 답변 수: 1 | 0
1
답변질문
anyone pls give me a detailed description of what this code is doing ??? thxx
t=0 : 0.1: 30; x=10*sin (2*pi.*t/20); figure;plot(t,x,'k','linewidth',2); xlabel('time,s'); ylabel('amplitude'); n=rand...
대략 15년 전 | 답변 수: 1 | 0
