How to convert a cell array to a compatible matrix?
古いコメントを表示
I have a cell array which is filled with matrices of varying size, could you help me to convert it to matrix with filling zeros at in between columns,
in this case the matrix size is ought ot be 41x 41 of double type.

1 件のコメント
KSSV
2021 年 7 月 16 日
Fill the empty cells with appropriate zero matrices and use Cell2mat.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!