box.m

来自「hi i have a huge collection are you int」· M 代码 · 共 13 行

M
13
字号
% BOX.M  Puts a box around the current plot.% % A. Knight, Aug. 1993boxed = get(gca,'Box');if boxed(1:2)=='on'  set(gca,'Box','off')else  set(gca,'Box','on');end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?