help-octave
[Top][All Lists]
Advanced

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

Re: sys2tf seems broken in 2.1.38


From: John W. Eaton
Subject: Re: sys2tf seems broken in 2.1.38
Date: Fri, 1 Nov 2002 08:38:58 -0600

On  1-Nov-2002, Nicholas Piper <address@hidden> wrote:

| Pasting this into an Octave reproduces the bug, if two of the three
| commands after are also entered.
| 
| k=3;b=2;f=9.81;m=10;
| A=[0 1; -k/m -b/m];B=[0;1/m];C=[1 0];D=[0];
| sys = ss2sys(A,B,C,D);
| 
| step(sys) -> Error
| sysout(sys,'tf') -> Error
| sysout(sys) -> Works

This seems to work correctly with my current sources.

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]