Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
how to store a series of single rows having different sizes in to a single matrix side by side ?
조회 수: 1 (최근 30일)
이전 댓글 표시
Find the attachment of the .mat file containing the cell format of size 15x3 . I need to store a particular series of rows having different sizes as side by side in a single matrix.
thanking you
댓글 수: 0
답변 (1개)
John D'Errico
2016년 9월 4일
편집: John D'Errico
2016년 9월 4일
You CANNOT use a regular matrix. Matrices are rectangular. So unless you are willing to pad the shorter ones with NaNs perhaps, you cannot use a matrix.
Instead, learn to use cell arrays.
help cell
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!