Skip to Main Content Skip to Search
Login
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Thread Subject: Bug? in root locus plot using "rlocus" from Control System Toolbox

Subject: Bug? in root locus plot using "rlocus" from Control System Toolbox

From: Hwee Choo Liaw

Date: 12 Nov, 2007 09:46:06

Message: 1 of 4

Hi All,

Please try the below two similar lines:
>> rlocus([1],[1 4 5.33 0])
and
>> rlocus([1],[1 4 5.34 0])

They produce different results of plot. Can anyone tell me why? Or, there is a bug in the "rlocus" function.

Thank you.
H.C. Liaw

Subject: Bug? in root locus plot using "rlocus" from Control System Toolbox

From: Nasser Abbasi

Date: 12 Nov, 2007 12:34:17

Message: 2 of 4


"Hwee Choo Liaw" <hwee-choo.liaw@eng.monash.edu.au> wrote in message
news:21613842.1194860796364.JavaMail.jakarta@nitrogen.mathforum.org...
> Hi All,
>
> Please try the below two similar lines:
>>> rlocus([1],[1 4 5.33 0])
> and
>>> rlocus([1],[1 4 5.34 0])
>
> They produce different results of plot. Can anyone tell me why? Or, there
> is a bug in the "rlocus" function.
>
> Thank you.
> H.C. Liaw

I do not think this is a bug.

Remember that root locus is the plot of the locations of the closed loop
poles as gain is changed.

Location of closed poles are roots of the characteristic equation, but root
locations (solution of the char. equation) could change in greater amount by
just making a small change in the coefficients of the equation itself. ie.
it is possible for a small change to an equation coefficient to cause a
larger change in its roots location.

I could be wrong since its been a while.

Nasser


Subject: Bug? in root locus plot using

From: Duane Hanselman

Date: 12 Nov, 2007 14:17:35

Message: 3 of 4

Hwee Choo Liaw <hwee-choo.liaw@eng.monash.edu.au> wrote in
message
<21613842.1194860796364.JavaMail.jakarta@nitrogen.mathforum.org>...
> Hi All,
>
> Please try the below two similar lines:
> >> rlocus([1],[1 4 5.33 0])
> and
> >> rlocus([1],[1 4 5.34 0])
>
> They produce different results of plot. Can anyone tell me
why? Or, there is a bug in the "rlocus" function.
>
> Thank you.
> H.C. Liaw

There is no bug here. These are two different systems. They
have slightly different root loci as should be expected.

Duane

Subject: Bug? in root locus plot using "rlocus" from Control System

From: Hwee Choo Liaw

Date: 23 May, 2008 05:58:20

Message: 4 of 4

Dear Nasser,

Thank you, you are right!

H.C. Liaw

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread

envelope graphic E-mail this page to a colleague

Public Submission Policy
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.
Related Topics