Navigation

Operators and Keywords

Function List:

C++ API

: blkdiag (A, B, C, …)

Build a block diagonal matrix from A, B, C, …

All arguments must be numeric and either two-dimensional matrices or scalars. If any argument is of type sparse, the output will also be sparse.

See also: diag, horzcat, vertcat, sparse.

Package: octave