MATLAB: Tables doesn’t display the elements of columns

table

Routs Load Distance_or_Cost
____________ ____ ________________
[1x7 double] 39 46
[1x7 double] 30 37
[1x7 double] 18 14
Instead of [1×7 double], I want to display elements.

Best Answer

table's display has a limit of 3 columns within each variable; more than that and you'll see the above. Perhaps you want to split that variable into seven separate variables in the table?