필터 지우기
필터 지우기

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.
  댓글 수: 1
RDG
RDG 2011년 12월 7일
Marvelous.

댓글을 달려면 로그인하십시오.

카테고리

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