Hi,,is there any command which will show the time that MATLAB has used to execute the whole program? TIA
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
how do I find the time required to get the program done?
0 Commenti
Risposta accettata
Jan
il 19 Mag 2016
tic;
callYourFunction;
toc
And if graphics are created, insert a drawnow before the toc.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown 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!