inserting submatrices within a larger matrix
Mostrar comentarios más antiguos
Hello,
I am trying to add 4 different submatrices (4 x4 elements) along the diagonal of a a larger 16 x 16 matrix. the end result would look like:
submatrix_1 0...
0 0 0 0 sumatrix_2 0...
0 ... sumatrix_3 0 0 0 0
0 ... sumatrix_4
Any suggestions would be welcome! Thanks
Respuestas (1)
Sean de Wolski
el 6 de Abr. de 2011
doc blkdiag
Categorías
Más información sobre Creating and Concatenating Matrices 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!