waitbar2a(x, whichbar, varargin)

Progress bar (waitbar) that can be embedded into a GUI uipanel element and/or decremented.
2,5K descargas
Actualizado 19 ago 2015

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Dialog Boxes en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas
Agradecimientos

Inspirado por: Waitbar2

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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