Scilab-Branch-6.1-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
obsvss
observable part
Syntax
slo = obsvss(sl) [Ao, Bo, Co] = obsvss(A, B, C) .. = obsvss(.., tol)
Arguments
- A,B,C,Ao,Bo,Co
- real matrices 
- sl,slo
- syslinlists
- 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
| Report an issue | ||
| << obsv_mat | Controllability Observability | ui_observer >> |