Nyquist Plot Using MATLAB
Drawing the nyquist plot is very simple using MATLAB. Consider the following transfer function for our example:

First define the transfer function:
- Define the numerator
- Define the denominator
- Define the transfer function as num/den
Then use the “nyquist” command to have MATLAB draw the nyquist plot.


