Run time of a code
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Tinkul
el 25 de Mzo. de 2014
Respondida: Sara
el 25 de Mzo. de 2014
How can i find out run time of a code written in matlab.
0 comentarios
Respuesta aceptada
Sara
el 25 de Mzo. de 2014
You can use:
tic
...your code
toc
and you'll obtain something like:
Elapsed time is 0.04 seconds.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB 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!