📄 mm2608.m
字号:
% mm2608.mx = linspace(0,2*pi,30);y = sin(x);
z = cos(x);plot(x,y)hold onishold % return 1 (True) if hold is ONplot(x,z,'m')hold off ishold % hold is no longer ON
title 'Figure 26.8: Use of hold command'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -