Progress bar in text box in matlab gui?
Afficher commentaires plus anciens
How to assign a progress bar to a text box in MATLAB GUI? I used wait bar but I want progress bar in gui figure itself.
Réponses (1)
You find many many solutions in the FileExchange:
E.g.:
- https://www.mathworks.com/matlabcentral/fileexchange/4401-sbprogress
- https://www.mathworks.com/matlabcentral/fileexchange/16663-simple-waitbar
- https://www.mathworks.com/matlabcentral/fileexchange/14583-uicomponent-expands-uicontrol-to-all-java-classes
- https://www.mathworks.com/matlabcentral/fileexchange/26284-tooltip-waitbar (This seems suitable, when you mention a "textbox")
- https://www.mathworks.com/matlabcentral/fileexchange/14773-statusbar
Catégories
En savoir plus sur Environment and Settings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!