How do I erase something I printed in the command window (to print something else instead)?
이전 댓글 표시
Hi,
Doesn't it sometimes bother you to let something run for hours and not see the progress, so that all you've got is to believe the 'busy' status of MATLAB?
Well,then it could be very friendly to display completion percentage. But all that i know is to fprintf something and never erase it. Now if i have many tasks running i'd like to know their status without having to type a list of percentages on the screen. For that i wanna know how to delete characters from the command window.
Thnx!
채택된 답변
추가 답변 (2개)
Bjorn Gustavsson
2011년 8월 31일
0 개 추천
If you want something at the command-line you could also use:
It is a nice complement to waitbar.
카테고리
도움말 센터 및 File Exchange에서 App Building에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!