Effacer les filtres
Effacer les filtres

how to transmit the row and column names using table2cell?

1 vue (au cours des 30 derniers jours)
T27667
T27667 le 25 Avr 2014
This is my used commands:
mdl = fitlm(ds,'linear','RobustOpts','on');
Estimate = table2cell(mdl.Coefficients);
In r2013b, I could use the command below instead of the above which gave me the row and column names in the cell. Unfortunately, this is not possible in r2014a.
Estimate = dataset2cell(mdl.Coefficients);
Anyone who knows how I can transmit the row and column names from my table with coefficients (mdl.Coefficients) to a cell using table2cell?

Réponses (0)

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by