home *** CD-ROM | disk | FTP | other *** search
- % add_disk
- %
- % Plots the unit disk (in the complex plane) on top
- % of any existing plot. This is useful when looking
- % at Nyquist plots. Currently, after running ADD_DISK
- % the graphics window status is HOLD OFF.
- %
-
- hold
- plot(exp(sqrt(-1)*linspace(0,2*pi,400)))
- hold off
- %
- % Copyright MUSYN INC 1991, All Rights Reserved
-