Run time of a code

1 vue (au cours des 30 derniers jours)
Tinkul
Tinkul le 25 Mar 2014
Réponse apportée : Sara le 25 Mar 2014
How can i find out run time of a code written in matlab.

Réponse acceptée

Sara
Sara le 25 Mar 2014
You can use:
tic
...your code
toc
and you'll obtain something like:
Elapsed time is 0.04 seconds.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by