job timer

2 次查看(过去 30 天)
Baba
Baba 2011-11-4
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
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 个)

类别

Help CenterFile Exchange 中查找有关 Dialog Boxes 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by