Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.3 - Português

Change language to:
English - Français - 日本語 -

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

Ajuda Scilab >> CACSD > obsvss

obsvss

observable part

Calling Sequence

[Ao,Bo,Co]=obsvss(A,B,C [,tol])
[slo]=obsvss(sl [,tol])

Arguments

A,B,C,Ao,Bo,Co

real matrices

sl,slo

syslin lists

tol

real (threshold) (default value 100*%eps)

Description

slo=(Ao,Bo,Co) is the observable part of linear system sl=(A,B,C) (syslin list)

tol threshold to test controllability (see contr); default value = 100*%eps

See Also

  • contr — controllability, controllable subspace, staircase
  • contrss — controllable part
  • obsv_mat — observability matrix
  • obs_gram — observability gramian
<< obsv_mat CACSD p_margin >>

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:
Wed Oct 05 12:11:35 CEST 2011