MATLAB Function Reference |
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
blanks | box |
© 1994-2005 The MathWorks, Inc.