naming your rows and column for a matrix

How do i name the rows and columns within my 3*6 matrix. Column names are Cw,Ca,Csoil,Csed,Cssed,Cf and row names are Benzene, Lindane, Phenanthrane. The name of the matrix is ConcChem. Thanks in advance

Answers (1)

Use array2table to put your matrix in a table (R2013b and later). Name the columns with Specify Variable Names, and the rows with Specify Row Names.

1 Comment

Thank you so much, I was looking for something like this. Thank you for answering to the original

Sign in to comment.

Asked:

on 20 Oct 2019

Commented:

on 10 Oct 2022

Community Treasure Hunt

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

Start Hunting!