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

« back to all changes in this revision

Viewing changes to man/tdcs/boucle.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH boucle 1 "April 1993" "Scilab Group" "Scilab Function"
 
2
.so ../sci.an
 
3
.SH NAME
 
4
boucle - phase portrait of a dynamical system with observer
 
5
.SH CALLING SEQUENCE
 
6
.nf
 
7
[]=boucle(fch,[abruit,xdim,npts,farrow])
 
8
.fi
 
9
.SH PARAMETERS
 
10
.TP
 
11
fch
 
12
: Scilab macro. \fVfch\fR is supposed to be an observed-controlled system with 
 
13
noisy output of state dimension 4 ( [x;xchap] is of dimension 4).
 
14
\fVfch\fR can be created with the macro \fVobscont1\fR or can be set to one of the two following string
 
15
which gives pre computed examples
 
16
.RS
 
17
.TP 10
 
18
"bcomp"
 
19
: for a non-linear competition model.
 
20
.TP
 
21
"lcomp"
 
22
: for a linear example.
 
23
.RE
 
24
.TP
 
25
abruit
 
26
: give the noise variance.
 
27
.TP
 
28
xdim,npts,farrow
 
29
: See portrait 
 
30
.SH DESCRIPTION
 
31
Phase portrait of dynamical systems.
 
32
.SH SEE ALSO
 
33
portrait, ode, obscont1
 
34