how to put heading for columns of matrix?

12 vues (au cours des 30 derniers jours)
suvadip paul
suvadip paul le 4 Oct 2013
Commenté : Busra Unlu le 3 Jan 2021
I want to put a heading for each column of a output matrix like
I J K
2 3 4
4 5 4
3 8 7

Réponses (3)

Azzi Abdelmalek
Azzi Abdelmalek le 4 Oct 2013
h={'I' 'J' 'K'}
A= [2 3 4;4 5 4;3 8 7]
M=[h;num2cell(A)]
  5 commentaires
hadiqa khan
hadiqa khan le 2 Avr 2018
the table window appears with the name figure how to name this table created by code provided by you??
Busra Unlu
Busra Unlu le 3 Jan 2021
thx

Connectez-vous pour commenter.


Jonathan Sullivan
Jonathan Sullivan le 4 Oct 2013
If you have MATLAB 2013b, I would look into using tables
doc table
  2 commentaires
suvadip paul
suvadip paul le 5 Oct 2013
Is there any way to get Matlab 2013b free?
Jonathan Sullivan
Jonathan Sullivan le 7 Oct 2013
No but earlier versions of MATLAB have datasets in the statistics toolbox. They provide similar functionality.
doc dataset

Connectez-vous pour commenter.


anahita ahrari
anahita ahrari le 6 Juin 2018
how can i add titles to a column in matlab ?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by