MATLAB: Editing a nyquist figure

Control System Toolboxfigurefrequencynyquistplot

How can I edit a nyquist figure or how can I plot a nyquist diagram using MATLAB such that it just consists positive frequencies and not negative ones ?

Best Answer

Run the nyquist command as usual:
nyquist([1],[1 2 1])
Then if you right click on the axes (the white part), a context menu will pop up and in the third option you can select not to show the negative frequencies.