Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.0 - 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.
See the recommended documentation of this function

Scilab Help >> CACSD (Computer Aided Control Systems Design) > unobs

unobs

unobservable subspace

Calling Sequence

[n,[U]]=unobs(A,C,[tol])

Arguments

A, C

real matrices

tol

tolerance used when evaluating ranks (QR factorizations).

n

dimension of unobservable subspace.

U

orthogonal change of basis which puts (A,B) in canonical form.

Description

[n,[U]]=unobs(A,C,[tol]) gives the unobservable form of an (A,C) pair. The n first columns of U make a basis for the unobservable subspace.

The (2,1) block (made of last nx-n rows and n first columns) of U'*A*U is zero and the n first columns of C*U are zero.

Examples

A=diag([1,2,3]);C=[1,0,0];
unobs(A,C)

See Also

  • contr — controllability, controllable subspace, staircase
  • contrss — controllable part
  • canon — canonical controllable form
  • cont_mat — controllability matrix
  • spantwo — sum and intersection of subspaces
  • dt_ility — detectability test
Report an issue
<< ui_observer CACSD (Computer Aided Control Systems Design) zeropen >>

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:
Fri Apr 11 14:06:52 CEST 2014