plotting.m
来自「很多matlab的源代码」· M 代码 · 共 14 行
M
14 行
clc,v=exist('version');if v==5,eval('animate');
disp(' '),disp('Strike a key to continue'),pause
end
funplot,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
dtplot,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
digiplot,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
ellipse,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),hold off,pause
phasor,if v~=5,pause,end
disp(' '),disp('Strike a key to return to menu'),pause
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?