uibar: Colored bar indicator (like a waitbar) that can be placed in a figure.

版本 2.0.0.0 (17.3 KB) 作者: Douglas Schwarz
Multi-purpose variable-length colored bar indicator.
62.0 次下载
更新时间 2017/7/11

查看许可证

This is a class that implements a colored bar indicator, very much like a waitbar, that you can embed in any figure. It mimics built-in MATLAB UI elements with the following properties and their default values:
BackgroundColor = [1 1 1]
BorderColor = [0 0 0]
CurrentMouseValue (Read-only)
Direction = 'east' or 'north' depending on Position and DirectionMode
DirectionMode = 'auto'
ForegroundColor = [1 0 0]
LineWidth = 0.5
Max = 1
Min = 0
Position = [20 20 200 15]
Units = 'pixels'
Value = 0
ButtonDownFcn
DeleteFcn
HitTest = 'on'
Parent
Selected = 'off'
SelectionHighlight = 'on'
Type = 'uibar' (Read-only)
UIContextMenu
UserData
Visible = 'on'
You change the length of the bar simply by setting the Value property of the instantiated object.
mybar = uibar;
mybar.Value = 0.5;

引用格式

Douglas Schwarz (2024). uibar: Colored bar indicator (like a waitbar) that can be placed in a figure. (https://www.mathworks.com/matlabcentral/fileexchange/63687-uibar-colored-bar-indicator-like-a-waitbar-that-can-be-placed-in-a-figure), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Migrate GUIDE Apps 的更多信息
标签 添加标签

Community Treasure Hunt

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

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