MATLAB: Matrix not displaying rows with minimum values

MATLABmatrix minimum least values not displayed

I am trying to build up a matrix od 1000×6 dimension and observe that some inital very min values are not displayed as below. Can you help me understand what does this mean?
1.0e+03 *
And how can I make changes in code to reflect all the values regardless whatsoever:
>> schedule
schedule =
1.0e+03 *
0.0004 0.0005 0.0002 0.0004 0.0019 0.0010
0.0010 0.0013 0.0015 0.0026 0.0035 0.0012
0.0045 0.0014 0.0024 0.0033 0.0035 0.0052

Best Answer

format longg
doc format