MATLAB Function Reference    
blkdiag

Construct a block diagonal matrix from input arguments

Syntax

Description

out = blkdiag(a,b,c,d,...) , where a, b, c, d, ... are matrices, outputs a block diagonal matrix of the form

The input matrices do not have to be square, nor do they have to be of equal size.

See Also

diag, horzcat, vertcat


  blanks box