How to split column of a table?
이전 댓글 표시
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
Andy
2019년 12월 19일
splitvars was introduced in R2018a so would not appear in your version.
Mohamed Nedal
2019년 12월 19일
Adam Danz
2019년 12월 19일
Could you explain in more detail what the inputs and expected outputs would be? Maybe provide an example.
Mohamed Nedal
2019년 12월 19일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
