Concatenate cell array of different size along different index of cell
1 回表示 (過去 30 日間)
古いコメントを表示
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
2018 年 11 月 14 日
what's your desired final matrix size? suspect reshape has to be implied here
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!