how to know how much time it takes to run the matlab code?

1 visualización (últimos 30 días)
Dear sir/madam,
I need to know, how much time does a code take to run and display the output? how can I calculate this in matlab? Looking forward to hearing from you soon.
Thanking you, BSD

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 22 de Jul. de 2011
tic;
% do stuff
toc;
Also, see cputime(), etime(), clock()
  1 comentario
Jan
Jan el 23 de Jul. de 2011
And PROFILE. Be aware that CPUTIME can lead to unexpected results if you run a multi-core machine. And CLOCK suffers from its connection to the real time clock: Changing the day-light-saving time or an automatic update of the clock via NTP can disturb the speed measurements.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Clocks and Timers 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