Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
how do I find the time required to get the program done?

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Performance finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by