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...
1 year 前 | 0
