MATLAB: How to display the actual values of a table instead of vector size

table

MPH MPS Newtons
_____________ _____________ _____________
[1×11 double] [1×11 double] [1×11 double]

Best Answer

The problem is that the values are row vectors.
If you convert them to column vectors before you create the table, the table should display correctly.