~ubuntu-branches/ubuntu/trusty/scilab/trusty

« back to all changes in this revision

Viewing changes to modules/cacsd/help/ja_JP/gainplot.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-02 11:02:49 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20120802110249-0v5953emkp25geuz
Tags: 5.4.0-beta-2-1~exp1
* New upstream release
* Remove libscilab-java (remove upstream). Use libscilab2-java instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
*
12
12
-->
13
13
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="ja" xml:id="gainplot">
14
 
  <info>
15
 
    <pubdate>$LastChangedDate: 2008-03-26 09:50:39 +0100 (Wed, 26 Mar 2008) $</pubdate>
16
 
  </info>
17
14
  <refnamediv>
18
15
    <refname>gainplot</refname>
19
16
    <refpurpose>ゲインプロット</refpurpose>
21
18
  <refsynopsisdiv>
22
19
    <title>呼び出し手順</title>
23
20
    <synopsis>gainplot(sl,fmin,fmax [,step] [,comments] )
24
 
    gainplot(frq,db,phi [,comments])
25
 
    gainplot(frq, repf [,comments])</synopsis>
 
21
      gainplot(frq,db,phi [,comments])
 
22
      gainplot(frq, repf [,comments])
 
23
    </synopsis>
26
24
  </refsynopsisdiv>
27
25
  <refsection>
28
26
    <title>パラメータ</title>
30
28
      <varlistentry>
31
29
        <term>sl</term>
32
30
        <listitem>
33
 
          <para>リスト (<literal>syslin</literal> SIMO 線形システム).</para>
 
31
          <para>
 
32
            リスト (<literal>syslin</literal> SIMO 線形システム).
 
33
          </para>
34
34
        </listitem>
35
35
      </varlistentry>
36
36
      <varlistentry>
60
60
      <varlistentry>
61
61
        <term>db,phi</term>
62
62
        <listitem>
63
 
          <para>行列 (<literal>frq</literal>に対応するゲインと位相)</para>
 
63
          <para>
 
64
            行列 (<literal>frq</literal>に対応するゲインと位相)
 
65
          </para>
64
66
        </listitem>
65
67
      </varlistentry>
66
68
      <varlistentry>
73
75
  </refsection>
74
76
  <refsection>
75
77
    <title>説明</title>
76
 
    <para><link linkend="bode">bode</link> と同じだがゲインのみプロットする.</para>
 
78
    <para>
 
79
      <link linkend="bode">bode</link> と同じだがゲインのみプロットする.
 
80
    </para>
77
81
  </refsection>
78
82
  <refsection>
79
83
    <title>例</title>