How to disable the arrows on the nyquist plot?

9 visualizzazioni (ultimi 30 giorni)
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?

Risposte (1)

Rebecca Krosnick
Rebecca Krosnick il 24 Dic 2015
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.

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by