how to add an embedded progress bar into App designer
32 views (last 30 days)
Show older comments
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 Comments
Anirudh Singh
on 23 Jul 2020
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
on 23 Jul 2020
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
Answers (0)
See Also
Categories
Find more on Develop Apps Using App Designer 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!