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 -

how does one get csharp-sqlite to throw exceptions for duplicates or foreign key constraint violations -

Simple Angular 2 project fails 'Unexpected reserved word' -