you can do like this
set(0, 'DefaultFigureVisible', 'off');
set(0, 'DefaultAxesVisible', 'off'); % any image can not be visible in matlab
% do like plot and other operator
set(0, 'DefaultFigureVisible', 'on');
set(0, 'DefaultAxesVisible', 'on');
本文介绍如何在Matlab中设置默认可见性,实现图片不可见,同时演示如何进行绘图和其他操作。
622

被折叠的 条评论
为什么被折叠?



