I'm doing some reading and manipulation of a very large text file and this takes alot of time. Is there a way to have a status bar of how much time is left to complete a job once you hit the run button?

 채택된 답변

Alex Taylor
Alex Taylor 2011년 11월 4일

0 개 추천

Check out the MATLAB function waitbar:

댓글 수: 1

Alex Taylor
Alex Taylor 2011년 11월 4일
Disclaimer: This solution will only work for you if you are able to pass the update value to waitbar to increment the bar. If you are doing your reading/manipulation in a loop, this might work fine for you. If you are doing this reading/manipulation in built-in MATLAB functions, this might not work for you.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 App Building에 대해 자세히 알아보기

태그

질문:

2011년 11월 4일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by