how to add an embedded progress bar into App designer
30 次查看(过去 30 天)
显示 更早的评论
Hi,
may I ask that, is it possible to add an progress bar into app designer for a very long for loop. And this progress bar must NOT show in a pop-up window.I have already tried use uiprogressdlg(), and patch(). Both will appear in a pop-up figure.
Thank you in advance for any help
2 个评论
Anirudh Singh
2020-7-23
Given link have the discussion of the progress bar into app designer.
You can find many submissions for the indication of progress in the FileExchange:
Mohammad Sami
2020-7-23
With the uihtml, you can now embed a html progress bar. See an example of html here https://www.w3schools.com/tags/tag_progress.asp
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!