System time Matlab

조회 수: 42 (최근 30일)
jason beckell
jason beckell 2012년 1월 25일
Hello to everybody!
I have a very simple question. Is there a Matlab routine which returns the current system time showing up to milliseconds?
Thanks to everybody in here and my best regards!
Jason.

채택된 답변

Aurelien Queffurust
Aurelien Queffurust 2012년 1월 25일
Using FFF:
datestr(now,'dd-mm-yyyy HH:MM:SS FFF')

추가 답변 (3개)

Andreas Goser
Andreas Goser 2012년 1월 25일
now
  댓글 수: 3
Walter Roberson
Walter Roberson 2012년 1월 25일
Warning: although it is millisecond precision, it is not necessarily millisecond accuracy.
Andreas Goser
Andreas Goser 2012년 1월 25일
Right you are. I myself also can write down time in nanoseconds, but it doesn't make sense.

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


Dr. Seis
Dr. Seis 2012년 1월 25일
see also "clock"

jason beckell
jason beckell 2012년 1월 25일
Thank you all for your answers, I finally made it :) Thank you again!
Jason.

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by