标签: matlab
举一个小例子:
h=waitbar(0,'a window') close all
此处命令close all不会关闭等待栏 要关闭它,我必须使用close all hidden。
close all
close all hidden
但为什么Matlab会将h = waitbar视为隐藏处理程序?
h = waitbar