envisioning the execution of a program
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Dear Guys,
There is a program including 14 for loops and it takes time to execute. I want to know whether there is a way to understand in which stage of the for-loop-execution the Matlab is, i.e., I want to have an an approximation of the amount of time I have to wait to get the answer.
Best, Saeed
1 Comment
Jan
on 15 Apr 2014
14 nested FOR loops or in a sequence?
Answers (1)
Azzi Abdelmalek
on 14 Apr 2014
0 votes
Use tic toc
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!