How to split column of a table?
Show older comments
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 Comments
Andy
on 19 Dec 2019
splitvars was introduced in R2018a so would not appear in your version.
Mohamed Nedal
on 19 Dec 2019
Adam Danz
on 19 Dec 2019
Could you explain in more detail what the inputs and expected outputs would be? Maybe provide an example.
Mohamed Nedal
on 19 Dec 2019
Accepted Answer
More Answers (0)
Categories
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!