PDA

View Full Version : Adding labels to matrix


ldelgad8
11 Oct 2007, 4:21am
I have 2, 1 x 10 matrixes that I have combined with table=[a;b]

table=
11 12 13 14
21 22 23 24

How would I go about adding text labels to the table so I have;
HL1 HL2 HL3 HL4
Vlabel1 11 12 13 14
Vlabel2 21 22 23 24

Thanks
Lauren