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

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -