octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #46325] Error with rlocus plot


From: Rik
Subject: [Octave-bug-tracker] [bug #46325] Error with rlocus plot
Date: Sun, 01 Nov 2015 14:51:35 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

Follow-up Comment #5, bug #46325 (project octave):

Re-posting comments which are present in e-mail, but not in Savannah's bug
tracker. 

Sorry, I don't know why the description didn't save. Here it is:

I used the command 


gh = tf([1],[1 6 12 8]);
rlocus(gh) 


The root locus which is supposed to go off to infinity does not go off to
infinity and is terminated.  This seems to be the problem with all plots going
off to infinity.

Upon clicking the autoscale button, the plot vanishes, only the dotted line
representing asymptotes remain.

If I use


gh1 = tf([1],[1 6]);
rlocus(gh1)


and click autofocus, the entire plot disappears only the legend remains.

Also the coloured dots used to mark the poles and zeros are not visible.  Can
anything be done to solve that?


I get it that higher roots are difficult to handle.  But if the graph itself
disappears on clicking the Autoscale button, that is a rendering bug right? 
Attaching screenshots, if that helps.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46325>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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