Stopwatch

3 ビュー (過去 30 日間)
RDG
RDG 2011 年 12 月 7 日
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?

採用された回答

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

その他の回答 (1 件)

Grzegorz Knor
Grzegorz Knor 2011 年 12 月 7 日
Elapsed time is 1.425484891851347e+03 seconds.
  1 件のコメント
RDG
RDG 2011 年 12 月 7 日
Marvelous.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeClocks and Timers についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by