Filter löschen
Filter löschen

Stopwatch

1 Ansicht (letzte 30 Tage)
RDG
RDG am 7 Dez. 2011
I'm using the function tic and toc to measure the duration of an evaluation and I get 1.425484891851347e+03 as my value.
How do I interpret it?

Akzeptierte Antwort

Chandra Kurniawan
Chandra Kurniawan am 7 Dez. 2011
If you get little confused with that value,
Then you can replace command 'toc' with
fprintf('Total time : %.2f second\n',toc);

Weitere Antworten (1)

Grzegorz Knor
Grzegorz Knor am 7 Dez. 2011
Elapsed time is 1.425484891851347e+03 seconds.
  1 Kommentar
RDG
RDG am 7 Dez. 2011
Marvelous.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Programming 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