~ubuntu-branches/debian/sid/octave3.0/sid

« back to all changes in this revision

Viewing changes to doc/interpreter/HTML/sysdisp.html

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2007-12-23 16:04:15 UTC
  • Revision ID: james.westby@ubuntu.com-20071223160415-n4gk468dihy22e9v
Tags: upstream-3.0.0
ImportĀ upstreamĀ versionĀ 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html lang="en">
 
2
<head>
 
3
<title>sysdisp - Untitled</title>
 
4
<meta http-equiv="Content-Type" content="text/html">
 
5
<meta name="description" content="Untitled">
 
6
<meta name="generator" content="makeinfo 4.11">
 
7
<link title="Top" rel="start" href="index.html#Top">
 
8
<link rel="up" href="Control-Theory.html#Control-Theory" title="Control Theory">
 
9
<link rel="prev" href="sysinterface.html#sysinterface" title="sysinterface">
 
10
<link rel="next" href="blockdiag.html#blockdiag" title="blockdiag">
 
11
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
 
12
<meta http-equiv="Content-Style-Type" content="text/css">
 
13
<style type="text/css"><!--
 
14
  pre.display { font-family:inherit }
 
15
  pre.format  { font-family:inherit }
 
16
  pre.smalldisplay { font-family:inherit; font-size:smaller }
 
17
  pre.smallformat  { font-family:inherit; font-size:smaller }
 
18
  pre.smallexample { font-size:smaller }
 
19
  pre.smalllisp    { font-size:smaller }
 
20
  span.sc    { font-variant:small-caps }
 
21
  span.roman { font-family:serif; font-weight:normal; } 
 
22
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
 
23
--></style>
 
24
</head>
 
25
<body>
 
26
<div class="node">
 
27
<p>
 
28
<a name="sysdisp"></a>
 
29
Next:&nbsp;<a rel="next" accesskey="n" href="blockdiag.html#blockdiag">blockdiag</a>,
 
30
Previous:&nbsp;<a rel="previous" accesskey="p" href="sysinterface.html#sysinterface">sysinterface</a>,
 
31
Up:&nbsp;<a rel="up" accesskey="u" href="Control-Theory.html#Control-Theory">Control Theory</a>
 
32
<hr>
 
33
</div>
 
34
 
 
35
<h3 class="section">30.3 System display functions</h3>
 
36
 
 
37
<p><a name="doc_002dsysout"></a>
 
38
 
 
39
<div class="defun">
 
40
&mdash; Function File:  <b>sysout</b> (<var>sys, opt</var>)<var><a name="index-sysout-1692"></a></var><br>
 
41
<blockquote><p>print out a system data structure in desired format
 
42
          <dl>
 
43
<dt><var>sys</var><dd>system data structure
 
44
<br><dt><var>opt</var><dd>Display option
 
45
               <dl>
 
46
<dt><code>[]</code><dd>primary system form (default)
 
47
<br><dt><code>"ss"</code><dd>state space form
 
48
<br><dt><code>"tf"</code><dd>transfer function form
 
49
<br><dt><code>"zp"</code><dd>zero-pole form
 
50
<br><dt><code>"all"</code><dd>all of the above
 
51
</dl>
 
52
          </dl>
 
53
        </p></blockquote></div>
 
54
 
 
55
   <p><a name="doc_002dtfout"></a>
 
56
 
 
57
<div class="defun">
 
58
&mdash; Function File:  <b>tfout</b> (<var>num, denom, x</var>)<var><a name="index-tfout-1693"></a></var><br>
 
59
<blockquote><p>Print formatted transfer function n(s)/d(s) to the screen. 
 
60
<var>x</var> defaults to the string <code>"s"</code>
 
61
        <pre class="sp">
 
62
     
 
63
     </pre>
 
64
     <strong>See also:</strong> polyval, polyvalm, poly, roots, conv, deconv, residue,
 
65
filter, polyderiv, polyinteg, polyout. 
 
66
</p></blockquote></div>
 
67
 
 
68
   <p><a name="doc_002dzpout"></a>
 
69
 
 
70
<div class="defun">
 
71
&mdash; Function File:  <b>zpout</b> (<var>zer, pol, k, x</var>)<var><a name="index-zpout-1694"></a></var><br>
 
72
<blockquote><p>print formatted zero-pole form to the screen. 
 
73
<var>x</var> defaults to the string <code>"s"</code>
 
74
        <pre class="sp">
 
75
     
 
76
     </pre>
 
77
     <strong>See also:</strong> polyval, polyvalm, poly, roots, conv, deconv, residue,
 
78
filter, polyderiv, polyinteg, polyout. 
 
79
</p></blockquote></div>
 
80
 
 
81
   </body></html>
 
82