Stopwatch

1 次查看(过去 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.

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by