Azzera filtri
Azzera filtri

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)
how do I find the time required to get the program done?

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Graphics Performance in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by