Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How to convert cell of cell to array of string ?
조회 수: 1 (최근 30일)
이전 댓글 표시
The textscan function has returned me something atrocious and I need to split the data accordingly. How do I convert a 1 x 1000 cell where each cell contains a cell where each cell is a string to an array of 1 x 1000 string. this has got to be the worst data structure ever implemented by mankind
I text scanned a text file where each line consists of numbers and strings and now I get a data structure of cells of cells of cells
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!