mm2608.m
来自「matlab7.0这本书的源代码」· M 代码 · 共 12 行
M
12 行
% 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 + =
减小字号Ctrl + -
显示快捷键?