help-octave
[Top][All Lists]
Advanced

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

Re: compatability- lsim() suggestions?


From: Paul Kienzle
Subject: Re: compatability- lsim() suggestions?
Date: Sat, 08 Mar 2003 15:35:11 -0500
User-agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3a) Gecko/20021212

Raymond Rogers wrote:

Hello,
I am trying to make a system identification package compatable with Octave & Matlab. The programs call lsim with the ss A,B,C,D whereas Octave's lsim requirs a sys argument. What is the best way to insure compatability?

Trying the code under matlab and octave to
make sure it works?  :-)

According to the matlab manual pages, lsim takes
one or more sys arguments.  It makes no mention
of other forms, such as ss or tf.  Since it is easy
enough to build a sys from ss or tf, this won't be
too much of an issue.  Perhaps older versions of
matlab did not take a sys argument?

Paul Kienzle
address@hidden




-------------------------------------------------------------
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]