MATLAB: Job timer

status bar

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?

Best Answer

Check out the MATLAB function waitbar:
Related Question