How to disable the arrows on the nyquist plot?

9 次查看(过去 30 天)
When using the commands nyquist() or nyquistplot() without output arguments we get a plot. How to disable the arrows on the plotted curve or control their location?

回答(1 个)

Rebecca Krosnick
Rebecca Krosnick 2015-12-24
The arrows provide important information about the frequency response, and as a result there is not a way to disable the arrows. However, the following MATLAB Answers post provides a workaround: http://www.mathworks.com/matlabcentral/answers/242901-nyquist-plot-and-arrows
If you would like to change the number of or location of the arrows, you could first remove the arrows like above, and then add in arrows using the "quiver" function. The following MATLAB Answers post explains how: http://www.mathworks.com/matlabcentral/answers/260903-adding-an-arrow-to-a-polar-plot.
In the code at this post you can modify the "factor" variable to choose the frequency of arrows. You can modify the initial value of the "j" variable to determine the location of the first arrow.

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by