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)
Mostrar comentarios más antiguos
nafila aytija
el 19 de Mayo de 2016
Comentada: nafila aytija
el 20 de Mayo de 2016
how do I find the time required to get the program done?
0 comentarios
Respuesta aceptada
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)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!