help-octave
[Top][All Lists]
Advanced

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

RE: rlocus Step Size Change


From: dastew
Subject: RE: rlocus Step Size Change
Date: Tue, 10 Nov 2009 17:01:02 +0000




Date: Tue, 10 Nov 2009 09:11:10 -0700
Subject: rlocus Step Size Change
From: address@hidden
To: address@hidden

Octave Gurus,

I am trying to change the step size and range of the "gain" of my system while using rlocus and cannot seem to get it to function properly.

I have the following packages installed (control and signal), and am using qtoctave as a GUI front-end.

According to your documentation, I should be able to change the step size following the syntax:

rlocus(sys, [step,min,max]);

Yet, I am getting errors. Is this possible another way, utilizing a k-vector and multiplying into the system transfer function prior to using rlocus? Or am I using this wrong (very likely :])?

Any help you can give me would be great!

Thanks.

Dustin Brothers
MSCD Engineering

try

rlocus(sys, step,min,max);


no [] brackets
Doug

reply via email to

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