How to disable the arrows on the nyquist plot?

9 ビュー (過去 30 日間)
Mohamed Abdalmoaty
Mohamed Abdalmoaty 2015 年 12 月 22 日
回答済み: Rebecca Krosnick 2015 年 12 月 24 日
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 Center および File Exchange2-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