waitbar2a(x, whichbar, varargin)

版本 1.1.0.0 (14.8 KB) 作者: Ross Hatton
Progress bar (waitbar) that can be embedded into a GUI uipanel element and/or decremented.
2.5K 次下载
更新时间 2015/8/19

查看许可证

The standard WAITBAR function (and the improved WAITBAR2 function, which this code is based on) must appear in their own figure windows, and cannot be embedded into a GUI.
WAITBAR2A is a drop-in replacement for either of the earlier functions, that has the additional capability to be initialized with the handle of a uipanel, in which case it draws into that uipanel rather than a new figure, and to be decremented.

引用格式

Ross Hatton (2024). waitbar2a(x, whichbar, varargin) (https://www.mathworks.com/matlabcentral/fileexchange/23169-waitbar2a-x-whichbar-varargin), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dialog Boxes 的更多信息
致谢

参考作品: Waitbar2

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Version 1.1 updates the parsing of GUI handles for 2014b and later installations (where they are no longer numerical values)

1.0.0.0