Feeds
已回答
how to plot sine and cosine waves in one graph ?
x=0:0.1:2*pi; plot(x,sin(x)) hold on plot(x,cos(x))
how to plot sine and cosine waves in one graph ?
x=0:0.1:2*pi; plot(x,sin(x)) hold on plot(x,cos(x))
6 years 前 | 1
6 years 前 | 1