📄 mm2606.m
字号:
% mm2606.mx = linspace(0,2*pi,30);y = sin(x);z = cos(x);plot(x,y,x,z)box off % turn off the axes boxxlabel('Independent Variable X') % label horizontal axisylabel('Dependent Variables Y and Z') % label vertical axis%title('Figure 26.5: Sine and Cosine Curves, No Box') % title the plot
grid on, box on % turn axes box and grid lines ontext(2.5,0.7,'sin(x)')title('Figure 26.6: Sine and Cosine Curves, Added Label')
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -