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!