MATLAB: How to get millisecond from time display

clockmillisecondstime

Hi everyone, I want to get millisecond value displayed. Is there another additional function that allow me do that ?
time = fix(clock);
>> disp(time)
the output is : 2016 4 18 16 40 25
I also want another number ( m ) at the right for milliseconds. Does not necessarily need to be an integer. Thanks
2016 4 18 16 40 25 m

Best Answer

datestr(clock,'YYYY/mm/dd HH:MM:SS:FFF')