how can I get execution time for each time?

I have a problem in my code.It takes so long unlike before. I just need to know command that measure "each line" execution time in order to figure out my problem thank you in advance

 Accepted Answer

the cyclist
the cyclist on 10 Dec 2016
Edited: the cyclist on 10 Dec 2016
I would start by reviewing this documentation page about code performance.

3 Comments

These commands are clear. However, I need program/code to compute time-consuming in each line not entire program.
Please look a little more carefully. For example, the profile command returns line-by-line results.
thank you. solved my problem

Sign in to comment.

More Answers (0)

Categories

Tags

Community Treasure Hunt

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

Start Hunting!