blkdiag
Block diagonal matrix
Syntax
R = blkdiag(M1, ... , MN)
Input argument
M1, ..., MN - a numeric 2D matrix
Output argument
R - a matrix.
Description
R = blkdiag(M1, ... , MN) build the block diagonal matrix created by aligning the input matrices M1, ... , MN along the diagonal of R.
Example
See also
diag.
History
Author
Allan CORNET
Last updated