📄 p64.m
字号:
t=0:0.1:2*pi;
y1=sin(t);
plot(t,y1,':')
hold on
y2=cos(t);
plot(t,y2,'*')
xlabel('Time(0~2\pi)','FontWeight','bold')
text(pi,0,'\leftarrowsin wave')
text(pi/2,0,'\leftarrowcos wave')
hold off
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -