Run time of a code

1 Ansicht (letzte 30 Tage)
Tinkul
Tinkul am 25 Mär. 2014
Beantwortet: Sara am 25 Mär. 2014
How can i find out run time of a code written in matlab.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by