MATLAB: Where can I see how much time it takes to simulate a .m file

time

Hy I have matlab 2010 and I want to see how much time spends my program to calculate my answer.

Best Answer

Use tic and toc.
HTH,
Arnaud