How to split column of a table?
Afficher commentaires plus anciens
Hello everyone,
I want to split a multi-column of a table into several columns and I tried to use
newtable = splitvars(tbl);
% or
newtable = splitvars(tbl, 'Multico');
But I got this error
Undefined function or variable 'splitvars'.
Could you suggest an alternative to this method?
I'm using MATLAB R2017b.
Many thanks,
4 commentaires
Andy
le 19 Déc 2019
splitvars was introduced in R2018a so would not appear in your version.
Mohamed Nedal
le 19 Déc 2019
Adam Danz
le 19 Déc 2019
Could you explain in more detail what the inputs and expected outputs would be? Maybe provide an example.
Mohamed Nedal
le 19 Déc 2019
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
