Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
how do I find the time required to get the program done?

Respuesta aceptada

Jan
Jan el 19 de Mayo de 2016
tic;
callYourFunction;
toc
And if graphics are created, insert a drawnow before the toc.

Más respuestas (0)

Categorías

Más información sobre Graphics Performance en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by