Ältere Kommentare anzeigen
Hi everyone!
Simple question.. How do i measure the time matlab is working? i´m sure there must be a command which computes this, but i don´t know it!
thanks a lot for your help!
Juan Carlos
Antworten (2)
Jason Ross
am 22 Apr. 2011
1 Stimme
Check out tic and toc
1 Kommentar
Walter Roberson
am 22 Apr. 2011
Also cputime()
Walter Roberson
am 22 Apr. 2011
0 Stimmen
If you need clock time instead of cpu time, see clock() and etime(); and possibly now() as well.
Kategorien
Mehr zu Entering Commands finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!