Info

This question is closed. Reopen it to edit or answer.

envisioning the execution of a program

1 view (last 30 days)
Saeid Hajizadeh
Saeid Hajizadeh on 14 Apr 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
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
Jan on 15 Apr 2014
14 nested FOR loops or in a sequence?

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 14 Apr 2014
Use tic toc

Community Treasure Hunt

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

Start Hunting!