MATLAB的小小小命令

Posted Chris想要Level Up

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MATLAB的小小小命令相关的知识,希望对你有一定的参考价值。

h = waitbar(x,message)
waitbar(x,message,CreateCancelBtn,button_callback)
waitbar(x,message,property_name,property_value,...)
waitbar(x)
waitbar(x,h)
waitbar(x,h,updated message)

example:
h = waitbar(0,Please wait...);
steps = 1000;
for step = 1:steps
    % computations take place here
    waitbar(step / steps)
end
close(h) 

这是个让等待不会太无聊的小命令。

以上是关于MATLAB的小小小命令的主要内容,如果未能解决你的问题,请参考以下文章

小命令taccatrev的用法

unix小命令组合运用

Linux 同步小命令

Linux常用小命令

小命令 sysdig

Linux 同步小命令