function cell2table undefined in my matlab?
Mostrar comentarios más antiguos
Hi Guys,
I was trying to follow the introduction of the help files. However, when I got to the table part, even though I directly copied the codes from the instruction:
cellPatients = {'LastName','Gender','Age','Height','Weight',...
'Smoker','Systolic','Diastolic';
'Edwards','Male',42,70,158,0,116,83;
'Falk','Female',28,62,125,1,120,71};
T2 = cell2table(cellPatients(2:end,:));
I got this error message:
Undefined function 'cell2table' for input arguments of type 'cell'.
What is happening here and how can I fix it?
Thank you guys,
Jixin
1 comentario
dpb
el 26 de Jun. de 2014
Upgrade.
Respuestas (1)
Sean de Wolski
el 26 de Jun. de 2014
0 votos
Tables were released in R2013b.
So, yes, upgrade to R2013b or R2014a.
Categorías
Más información sobre Data Type Conversion en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!