Next: , Previous: , Up: GUI Development   [Contents][Index]


35.2 Progress Bar

Function File: h = waitbar (frac)
Function File: h = waitbar (frac, msg)
Function File: h = waitbar (…, "FigureProperty", "Value", …)
Function File: waitbar (frac)
Function File: waitbar (frac, hwbar)
Function File: waitbar (frac, hwbar, msg)

Return a handle h to a new waitbar object.

The waitbar is filled to fraction frac which must be in the range [0, 1].

The optional message msg is centered and displayed above the waitbar.

The appearance of the waitbar figure window can be configured by passing property/value pairs to the function.

When called with a single input the current waitbar, if it exists, is updated to the new value frac. If there are multiple outstanding waitbars they can be updated individually by passing the handle hwbar of the specific waitbar to modify.