(matlab)figure中画多条线,并对每条线依次加标注t = 0 : 0.01 : 5;
x = sin(t);
党员大会会议记录
y = cos(t);
figure
保妥适plot(t, x,'red--'); % 绘制正弦曲线
应昌佑海鲈鱼的做法hold on; % 将正弦曲线保持在图形中
plot(t, y,'y+'); % 绘制余弦曲线,完成后图形中就会同时显⽰正弦曲线和余弦曲线
语文课代表
hold on
工作进度计划表z=x+y;
plot(t,z,'b:.')
hold on
g=x.*y;
plot(t,g,'g.')
梦想启动hold on
legend('sin(t)','cos(t)','sin(t)+cos(t)','sin(t)*cos(t)') %可依次设置成你想要的名字番茄炒鸡蛋作文