Progress bar in text box in matlab gui?
Show older comments
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.
Answers (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
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!