System time Matlab
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (3)
Andreas Goser
am 25 Jan. 2012
now
3 Kommentare
Andreas Goser
am 25 Jan. 2012
To prove it is milliseconds:
a=datevec(now);
a(6)
ans =
48.0060
Walter Roberson
am 25 Jan. 2012
Warning: although it is millisecond precision, it is not necessarily millisecond accuracy.
Andreas Goser
am 25 Jan. 2012
Right you are. I myself also can write down time in nanoseconds, but it doesn't make sense.
Dr. Seis
am 25 Jan. 2012
1 Stimme
see also "clock"
jason beckell
am 25 Jan. 2012
0 Stimmen
Kategorien
Mehr zu Performance and Memory finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!