号令行键入:
figure
x = linspace(0,2*pi,100);
y = sin(x);
plot(x,y)
hold on
y2 = cos(x);
plot(x,y2)
hold off
0 篇文章
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!