Concatenate cell array of different size along different index of cell

조회 수: 1 (최근 30일)
Sandeep Nair
Sandeep Nair 2018년 11월 14일
댓글: madhan ravi 2018년 11월 14일
I want to concatenate cell array a{1,1}= 20x14 double matrix and a{1,2} = 30X50 double matrix by using cat(3,a{:}) but the error dimension of matrix
being concatenate is not consistent is coming
Please note i want to concatenate it in different index and not horizontal or vertical concat
  댓글 수: 1
madhan ravi
madhan ravi 2018년 11월 14일
what's your desired final matrix size? suspect reshape has to be implied here

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by