inserting submatrices within a larger matrix
Show older comments
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
Answers (1)
Sean de Wolski
on 6 Apr 2011
doc blkdiag
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!