Is there a ready made progress bar uicontrol that can be added to Matlab gui, either uicontrol or ActiveX component?
[edit] I know about the waitbar function, I meant a component that can be implemented into the designed GUI and not just pop out of the window. Something like battery status in status bar.
Waitbar and its variants display a popup window with a status bar. In most applications this is ok and very simple to use.
If you want to integrate a progress-bar within an existing GUI window, you have several choices:
All of these choices work on all Matlab platforms.