help-octave
[Top][All Lists]
Advanced

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

Problem between Octave2.1.50 and OCST / hold does not work?


From: ผศ.ดร.ศุภชัย วรพจน์พิศุทธิ์
Subject: Problem between Octave2.1.50 and OCST / hold does not work?
Date: Wed, 18 Feb 2004 09:45:03 +0700 (ICT)

>From my last post, I would like to confirm that there may have some
conflict between Octave2.1.50 and OCST. The following code does not work
for version 2.1.50a (precompiled Windows and precompiled Mandrake) but
works on version 2.1.42 (precompiled Windows).

>> motor = tf2sys([4500],[1 361.2 0]);
>> PI = tf2sys([1 0.1],[1 0]);         % This is PI so it is proper TF (1
pole/1 zero)
>> G = sysmult(motor,PI);
>> bode(G)

Anyway, I can not use hold command for both 2.1.50 and 2.1.42. This
command is not implemented yet?

Regards,
Supachai

Error from 2.1.50
error: number of columns must match (2 != 1)
error: evaluating assignment expression near line 97, column 7
error: evaluating if command near line 71, column 3
error: called from `sysgroup' in file
`/opt/octave/share/octave/2.1.50/m/control/system/sysgroup.m'
error: evaluating assignment expression near line 96, column 9
error: evaluating if command near line 65, column 3
error: called from `sysmult' in file
`/opt/octave/share/octave/2.1.50/m/control/system/sysmult.m'
error: evaluating assignment expression near line 146, column 11
error: evaluating while command near line 95, column 3
error: called from `zp2ss' in file
`/opt/octave/share/octave/2.1.50/m/control/system/zp2ss.m'
error: evaluating if command near line 109, column 5
error: evaluating if command near line 107, column 3
error: called from `sysupdate' in file
`/opt/octave/share/octave/2.1.50/m/control/system/sysupdate.m'
error: evaluating assignment expression near line 153, column 9
error: evaluating if command near line 152, column 3
error: called from `sysgetsignals' in file
`/opt/octave/share/octave/2.1.50/m/control/system/sysgetsignals.m'
error: called from `bode' in file
`/opt/octave/share/octave/2.1.50/m/control/base/bode.m'




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