Adding labels to matrix
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
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
0