Draw a progression bar
winId=progressionbar(mes) progressionbar(winId[,mes])
string, message to display.
integer greater than 0, window identificator.
progressionbar(mes)
create a new progression bar, return window identificator.
progressionbar(winId[,mes])
update the progression bar identificated as winId.
winId=progressionbar('Do something'); realtimeinit(0.3); for j=0:0.1:1, realtime(3*j); progressionbar(winId); end close(winId); | ![]() | ![]() |