Stopwatch
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I'm using the function tic and toc to measure the duration of an evaluation and I get 1.425484891851347e+03 as my value.
How do I interpret it?
0 commentaires
Réponse acceptée
Chandra Kurniawan
le 7 Déc 2011
If you get little confused with that value,
Then you can replace command 'toc' with
fprintf('Total time : %.2f second\n',toc);
0 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Clocks and Timers dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!