help-octave
[Top][All Lists]
Advanced

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

test this in matlab


From: Doug Stewart
Subject: test this in matlab
Date: Thu, 6 Feb 2020 08:47:51 -0500

I would like someone with matlab to run the following code in matlab and octave and compare the marker size.
I think the marker size is too small in octave. The point of pzmap is to show just the locations of the poles and zeroes so why not make them easy to see?
Thanks for your help.


s = tf('s');
 g = (s+1)/(s+2)/(s+3)
 pzmap(g);

--
DASCertificate for 206392


reply via email to

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