StefanRickli / anp

(A)nimated (N)yquist (P)lot. A Matlab program that draws a reasonable Nyquist diagram of any given rational transfer function and allows the user to explore it.
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Unable to zoom out completely in z-plot #4

Closed StefanRickli closed 7 years ago

StefanRickli commented 7 years ago

Using the following command line:

s = tf('s')
anp_main((1+1/(1*s))/(s+10),'r',100)

One can't zoom further out in the left (z-)plot than shown in the screenshot.

image

StefanRickli commented 7 years ago

Workaround: Zooming out works if one pans first.

Double-clicking with the zoom-tool reverts to the pictured state above and re-locks zooming.

StefanRickli commented 7 years ago

This documentation issue has been reported to Mathworks.