Run time of a code
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How can i find out run time of a code written in matlab.
0 Commenti
Risposta accettata
Sara
il 25 Mar 2014
You can use:
tic
...your code
toc
and you'll obtain something like:
Elapsed time is 0.04 seconds.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!