help-octave
[Top][All Lists]
Advanced

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

rlocus not working in fltk


From: Doug Stewart
Subject: rlocus not working in fltk
Date: Mon, 17 Mar 2014 21:35:51 -0400

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


reply via email to

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