Feeds
답변 있음
Plotting cos functions in matlab
t = 0:0.01:(2*pi); x = cos(t); y = sin(t); plot(t,x,'k'); hold on; plot(t,y,'r-.'); axis([0 2*pi -1.5 1.5]) legend('cos(t...
Plotting cos functions in matlab
t = 0:0.01:(2*pi); x = cos(t); y = sin(t); plot(t,x,'k'); hold on; plot(t,y,'r-.'); axis([0 2*pi -1.5 1.5]) legend('cos(t...
12개월 전 | 0
