Effacer les filtres
Effacer les filtres

Hi,,is there any command which will show the time that MATLAB has used to execute the whole program? TIA

1 vue (au cours des 30 derniers jours)
how do I find the time required to get the program done?

Réponse acceptée

Jan
Jan le 19 Mai 2016
tic;
callYourFunction;
toc
And if graphics are created, insert a drawnow before the toc.

Plus de réponses (0)

Catégories

En savoir plus sur Graphics Performance dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by