MATLAB: How to set names to column vectors

columnsMATLABnametablevectors

Hi my friends, how to set name to columns vectors?, for instance these? disp(C) 15.5528 601.4385 11.8749 129.4530 13.2851 270.5859 9.9169 3.4992 20.6769 936.8461 12.1105 436.2808 16.3999 768.1774

Best Answer

If you want to associate a variable name with a piece of data I think your best bet is to use a table instead.
If you just want to display formatted text you can use sprintf().