Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.0 - Français

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

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Aide de Scilab >> Systèmes de Contrôle - CACSD > Conception Système > H-infini > h_cl

h_cl

closed loop matrix

Syntax

[Acl]=h_cl(P,r,K)
[Acl]=h_cl(P22,K)

Arguments

P, P22

continuous time linear dynamical systems: augmented plant or nominal plant respectively

r

a two elements vector, dimensions of 2,2 part of P (r=[rows,cols]=size(P22))

K

a continuous time linear dynamical system: the controller

Acl

real square matrix

Description

Given the standard plant P (with r=size(P22)) and the controller K, this function returns the closed loop matrix Acl.

The poles of Acl must be stable for the internal stability of the closed loop system.

Acl is the A-matrix of the linear system [I -P22;-K I]^-1 i.e. the A-matrix of lft(P,r,K)

See also

  • lft — linear fractional transformation

Authors

F. D.

History

VersionDescription
5.4.0 Sl is now checked for continuous time linear dynamical system. This modification has been introduced by this commit
Report an issue
<< h2norm H-infini h_inf >>

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 Feb 14 15:06:33 CET 2017