waitbar, change displayed message
이전 댓글 표시
Hi,
I want to put a waitbar in my code and change displayed message to 'Please wait...'
My code:
.
.
.
wait=waitbar(0.3,'Please wait...');
.
.
.
wait=waitbar(0.6,'Please wait...');
.
.
.
wait=waitbar(1,'Please wait...');
close(wait)
For some reason after 0.6 is reached another waitbar appears starting from the beginning, and at the end my plot is displayed at the red strip of the waitbar not in the axis. This problem doesn't occur when the displayed message is not changed : wait=waitbar(0.3)...
Can anyone tell me where the mistake is?
Thanks,
Dominika
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 App Building에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!