split comma-separated rows into separate columns
3 次查看(过去 30 天)
显示 更早的评论
hey i want to know how to split comma-separated rows into separate columns in cell array elements e.g.
x{4x1 cell}
x{1,1}{1,1}=[2,1,2,3]
& all other elements in this form.
result should be like this:
result{1,1}{1,1}=[2;1;2;3]
thanks in advance
2 个评论
Stephen23
2017-4-14
Are these "comma-separated rows" numeric vectors, or strings? From your description it is not clear what form or type the data has.
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Whos 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!