Progress bar in text box in matlab gui?
이전 댓글 표시
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.
답변 (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
카테고리
도움말 센터 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!