How to convert a cell array to a compatible matrix?
Mostrar comentarios más antiguos
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 comentario
KSSV
el 16 de Jul. de 2021
Fill the empty cells with appropriate zero matrices and use Cell2mat.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!