Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
sysdiag
block diagonal system connection
Calling Sequence
r=sysdiag(a1,a2,...,an)
Description
Returns the block-diagonal system made with subsystems put in the main diagonal
- ai
subsystems (i.e. gains, or linear systems in state-space or transfer form)
Used in particular for system interconnections.
Remark
At most 17 arguments.
Examples
See Also
<< sysconv | Signal processing | syslin >> |