help-octave
[Top][All Lists]
Advanced

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

minreal in Octave


From: SITI HAJAR A BAKAR
Subject: minreal in Octave
Date: Mon, 04 Apr 2005 17:48:42 +1000

Hello all,
I would just like to know whether an equivalent function to 
Matlab's 'minreal' exists in Octave, to obtain minimal realisation of 
the state space system. I am using Octave 2.1.67 in WIndows 2000. I 
tried the following

A=[1,0;01]; B=[1,0;0,1]; C=[1,0]; D=[0 0];
[a,b,c,d]=minreal[A,B,C,D]
'minreal' undefined near line 5 column 11

Thank you very much

Regards,
Siti Hajar



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