matlab - Displaying Milliseconds of the current time -


i trying display milliseconds of current time on screen couldn't it. managed show seconds .. help??

my code:

datestr(now, 'hh:mm:ss') 

from second-to-last row of format out table, need fff identifier:

>> datestr(now, 'hh:mm:ss:fff')  ans = 19:35:59:476 

Comments

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -