fKron

The function c=fKron(A,B) computes the Kronecker product

    \[C=\left(\begin{array}{ccc}a_{11}B&\cdots&a_{1n}B\\ \vdots&\ddots&\vdots\\a_{m1}B&\cdots&a_{mn}B\end{array}\right),\]

where

    \[A=\left(\begin{array}{ccc}a_{11}&\cdots&a_{1n}\\ \vdots&\ddots&\vdots\\a_{m1}&\cdots&a_{mn}\end{array}\right).\]

Note: For constant matrices A and B this is the standard Kronecker product that can also be computed with the MATLAB command kron. However, the latter is not compatible with uncertainty objects, while this one is.

Previous page