~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/control/obsvss.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
obsvss            Scilab Group            Scilab Function            obsvss
2
 
NAME
3
 
   obsvss - observable part
4
 
  
5
 
CALLING SEQUENCE
6
 
 [Ao,Bo,Co]=obsvss(A,B,C [,tol])
7
 
 [slo]=obsvss(sl [,tol])
8
 
PARAMETERS
9
 
 A,B,C,Ao,Bo,Co  : real matrices
10
 
                 
11
 
 sl,slo          : syslin lists
12
 
                 
13
 
 tol             : real (threshold) (default value 100*%eps)
14
 
                 
15
 
DESCRIPTION
16
 
   slo=(Ao,Bo,Co) is the observable part of linear system sl=(A,B,C) (syslin
17
 
  list)
18
 
  
19
 
   tol  threshold to test controllability (see contr);  default value =
20
 
  100*%eps
21
 
  
22
 
SEE ALSO
23
 
   contr, contrss, obsv_mat, obs_gram 
24