How to convert a cell array to a compatible matrix?
Ältere Kommentare anzeigen
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 Kommentar
KSSV
am 16 Jul. 2021
Fill the empty cells with appropriate zero matrices and use Cell2mat.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Matrix Indexing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!