How to split column of a table?
Mostra commenti meno recenti
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 Commenti
Andy
il 19 Dic 2019
splitvars was introduced in R2018a so would not appear in your version.
Mohamed Nedal
il 19 Dic 2019
Adam Danz
il 19 Dic 2019
Could you explain in more detail what the inputs and expected outputs would be? Maybe provide an example.
Mohamed Nedal
il 19 Dic 2019
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
