-
大小: 12KB文件類型: .m金幣: 1下載: 0 次發布日期: 2021-01-03
- 語言: Matlab
- 標簽: MATLAB??waitbar??progressbar??進度條??
資源簡介
利用matlab進行過程中,使用進度條方便查看程序運行進度,本子程序方便調用,運行快捷,詳細使用說明見子程序內
代碼片段和文件信息
function?progressbar(varargin)
%?Description:
%???progressbar()?provides?an?indication?of?the?progress?of?some?task?using
%?graphics?and?text.?Calling?progressbar?repeatedly?will?update?the?figure?and
%?automatically?estimate?the?amount?of?time?remaining.
%???This?implementation?of?progressbar?is?intended?to?be?extremely?simple?to?use
%?while?providing?a?high?quality?user?experience.
%
%?Features:
%???-?Can?add?progressbar?to?existing?m-files?with?a?single?line?of?code.
%???-?Supports?multiple?bars?in?one?figure?to?show?progress?of?nested?loops.
%???-?Optional?labels?on?bars.
%???-?Figure?closes?automatically?when?task?is?complete.
%???-?Only?one?figure?can?exist?so?old?figures?don‘t?clutter?the?desktop.
%???-?Remaining?time?estimate?is?accurate?even?if?the?figure?gets?closed
- 上一篇:MATLAB仿真無線傳感器網絡算法
- 下一篇:BA網絡模型matlab程序代碼
評論
共有 條評論