You can use the figure function in MATLAB to plot the Nyquist plot of the transfer function M(s) = 10/(jw - 2). Here's how you can do it:
main.m73 chars7 lines
This code snippet defines the transfer function M(s) = 10/(jw - 2) and then uses the nyquist
function to plot its Nyquist plot. You can run this code in MATLAB to visualize the Nyquist plot of the given transfer function.
gistlibby LogSnag