inserting submatrices within a larger matrix
Afficher commentaires plus anciens
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
Réponses (1)
Sean de Wolski
le 6 Avr 2011
doc blkdiag
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!