MATLAB: I can’t display all the decimal digits in a plot

plottingstring to double

My code converts a 2-columns string array (first image) into a 2-columns double array. After the conversion, the numbers in the matrix are cut off after the 4th decimal digits (second image) (I need 6 decimal digits) and if I plot the data, only the time axis values are cut off, this time after the 2nd decimal digit! (third figure) while the y axis data have all the 6 decimal digits required. How is it possible ?
<<
>>

Best Answer

format long