Borrar filtros
Borrar filtros

Run time of a code

4 visualizaciones (últimos 30 días)
Tinkul
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.

Respuesta aceptada

Sara
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.

Más respuestas (0)

Categorías

Más información sobre MATLAB 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