📄 f_ploterase.asv
字号:
function f_ploterase (han)
%F_PLOTERASE: Erase the the plot area used by GUI modules
%
% Inputs:
% han= array of axes handles
for i = 6 : 10
axes (han(i))
cla
axes(han(7))
cla
f_labels ('','','');
axis off
axes(han(8))
cla
f_labels ('','','')
axis off
axes(han(9))
cla
f_labels ('','','')
axis off
axes(han(108))
cla
f_labels ('','','')
axis off
axes(han(6))
cla
f_labels ('','','')
axis off
legend off
hold off
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -