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
Post a Comment