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

« back to all changes in this revision

Viewing changes to man/eng/tdcs/boucle.xml

  • 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
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>eng</LANGUAGE>
 
5
  <TITLE>boucle</TITLE>
 
6
  <TYPE>Scilab Function</TYPE>
 
7
  <DATE>April 1993</DATE>
 
8
  <SHORT_DESCRIPTION name="boucle"> phase portrait of a dynamical system with observer</SHORT_DESCRIPTION>
 
9
  <CALLING_SEQUENCE>
 
10
    <CALLING_SEQUENCE_ITEM>[]=boucle(fch,[abruit,xdim,npts,farrow])  </CALLING_SEQUENCE_ITEM>
 
11
  </CALLING_SEQUENCE>
 
12
  <PARAM>
 
13
    <PARAM_INDENT>
 
14
      <PARAM_ITEM>
 
15
        <PARAM_NAME>fch</PARAM_NAME>
 
16
        <PARAM_DESCRIPTION>
 
17
          <SP>: Scilab macro. <VERB>fch</VERB> is supposed to be an observed-controlled system with  noisy output of state dimension 4 ( [x;xchap] is of dimension 4). <VERB>fch</VERB> can be created with the macro <VERB>obscont1</VERB> or can be set to one of the two following string which gives pre computed examples</SP>
 
18
          <PARAM_INDENT>
 
19
            <PARAM_ITEM>
 
20
              <PARAM_NAME>&quot;bcomp&quot;  </PARAM_NAME>
 
21
              <PARAM_DESCRIPTION>
 
22
                <SP>: for a non-linear competition model.</SP>
 
23
              </PARAM_DESCRIPTION>
 
24
            </PARAM_ITEM>
 
25
            <PARAM_ITEM>
 
26
              <PARAM_NAME>&quot;lcomp&quot;  </PARAM_NAME>
 
27
              <PARAM_DESCRIPTION>
 
28
                <SP>: for a linear example.</SP>
 
29
              </PARAM_DESCRIPTION>
 
30
            </PARAM_ITEM>
 
31
          </PARAM_INDENT>
 
32
        </PARAM_DESCRIPTION>
 
33
      </PARAM_ITEM>
 
34
      <PARAM_ITEM>
 
35
        <PARAM_NAME>abruit</PARAM_NAME>
 
36
        <PARAM_DESCRIPTION>
 
37
          <SP>: give the noise variance.</SP>
 
38
        </PARAM_DESCRIPTION>
 
39
      </PARAM_ITEM>
 
40
      <PARAM_ITEM>
 
41
        <PARAM_NAME>xdim,npts,farrow</PARAM_NAME>
 
42
        <PARAM_DESCRIPTION>
 
43
          <SP>: See portrait</SP>
 
44
        </PARAM_DESCRIPTION>
 
45
      </PARAM_ITEM>
 
46
    </PARAM_INDENT>
 
47
  </PARAM>
 
48
  <DESCRIPTION>
 
49
    <P>
 
50
    Phase portrait of dynamical systems.</P>
 
51
  </DESCRIPTION>
 
52
  <SEE_ALSO>
 
53
    <SEE_ALSO_ITEM>
 
54
      <LINK>portrait</LINK>
 
55
    </SEE_ALSO_ITEM>
 
56
    <SEE_ALSO_ITEM>
 
57
      <LINK>ode</LINK>
 
58
    </SEE_ALSO_ITEM>
 
59
    <SEE_ALSO_ITEM>
 
60
      <LINK>obscont1</LINK>
 
61
    </SEE_ALSO_ITEM>
 
62
  </SEE_ALSO>
 
63
</MAN>