Borrar filtros
Borrar filtros

how to transmit the row and column names using table2cell?

2 visualizaciones (últimos 30 días)
T27667
T27667 el 25 de Abr. de 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?

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by