Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.1 - English

Change language to:
Français - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Scilab help >> Elementary Functions > Signal processing > sysdiag

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

s=poly(0,'s')
sysdiag(rand(2,2),1/(s+1),[1/(s-1);1/((s-2)*(s-3))])
sysdiag(tf2ss(1/s),1/(s+1),[1/(s-1);1/((s-2)*(s-3))])

See Also

  • brackets — ([,]) left and right brackets
  • insertion — partial variable assignation or modification
  • feedback — feedback operation
Report an issue
<< sysconv Signal processing trfmod >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Apr 02 17:36:21 CEST 2013