help-octave
[Top][All Lists]
Advanced

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

Re: rlocus not working in fltk


From: Lukas Reichlin
Subject: Re: rlocus not working in fltk
Date: Tue, 18 Mar 2014 06:34:15 +0100

On 18.03.2014, at 02:35, Doug Stewart <address@hidden> wrote:

> the following code does not draw a graph in figure 2
> 
> graphics_toolkit gnuplot
> figure(1)
> ss1=tf([ 3 7 2],[1 22 4 7 1])
> rlocus(ss1)
> 
> 
> graphics_toolkit fltk
> figure(2)
> rlocus(ss1)
> 
> 
> but if i then do 
> step(ss1)
> a graph is drawn in figure 2
> so only the rlocus does not drew a graph!!!!
>  
> 
> I have Ubuntu 12.04 and octave 3.8.1
> Doug Stewart
> 
> -- 
> DAS

I confirm this problem on OS X 10.8.5 and Octave 3.6.4. You may want to file a 
bug report.

Lukas



reply via email to

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