Run time of a code
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
How can i find out run time of a code written in matlab.
0 Kommentare
Akzeptierte Antwort
Sara
am 25 Mär. 2014
You can use:
tic
...your code
toc
and you'll obtain something like:
Elapsed time is 0.04 seconds.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!