help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

rlocus


From: John W. Eaton
Subject: rlocus
Date: Fri, 25 Jan 2002 02:05:55 -0600

On 25-Jan-2002, Torsten Howard <address@hidden> wrote:

| I went and tried to do a simple rlocus this evening, but it wasn't simple.
| 
| I'll put a transcipt at the end of the page, how do I make this work?
| 
| octave:1> num = [1];
| octave:2> den = [1 6 11 6];
| octave:3> rlocus(num,den)
| error: Asys must be a system data structure (see ss2sys, tf2sys, zp2sys)

If you expect your num and den to describe a transfer function of the
form

               1
    --------------------------
    1*s^3 + 6*s^2 + 11*s^1 + 6

try

  rlocus (tf2sys (num, den))


jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]