how to merge rows?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello, i have 4 * 6 cell where each cell inturn contains 67*177 size..i want to combine every cell which means 67*177*24 must be my final cell size..
댓글 수: 0
답변 (1개)
KSSV
2017년 4월 25일
Let A be your cell...
iwant = A(:) ;
You can use reshape also.
댓글 수: 3
Jan
2017년 4월 25일
편집: Jan
2017년 4월 25일
The screenshot is such small on my desktop, that I cannot read it. I do not understand the description also:
- R is a {1 x 664} cell vector.
- R{1,1} is an array of the size 4 x 6, but is this a double array or another cell array?
- R{1,1}(1,1) is "67 * 177..." Is this a string? Or do you mean an array with the dimension [67 x 177]? What does "..." mean here?
- I do not see the connection to the original question: Where is the "4 * 6 cell"? What does "combine" mean in the original question?
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrices and Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!