Name the first column in array2table
显示 更早的评论
How do I name the first column of the table? I am able to name the other columns, but not the column that was not included in the 6x6 table. I want to name the first column Property. (in matlab R2019)
Property = {'Salinity','Oxygen','Nitrate','Silicate','Temperature','Phosphate'}
T = array2table(coeff,'VariableNames', {'Mode_1','Mode_2','Mode_3','Mode_4','Mode_5','Mode_6'},...
'RowNames', Property);
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Tables 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!