help-octave
[Top][All Lists]
Advanced

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

Re: nyquist plot


From: rocketsound
Subject: Re: nyquist plot
Date: Thu, 16 Jul 2015 03:15:02 -0700 (PDT)

This seems odd. For me the following sample code works fine with the default
graphics toolkit

/s = tf('s');
G = 1/(1 + s);
nyquist(G);/

Can you supply some of your code?



--
View this message in context: 
http://octave.1599824.n4.nabble.com/nyquist-plot-tp4671676p4671682.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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