How to convert a cell array to a compatible matrix?
Mostra commenti meno recenti
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 Commento
KSSV
il 16 Lug 2021
Fill the empty cells with appropriate zero matrices and use Cell2mat.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Matrix Indexing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!