home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l455 / 2.ddi / MUTOOLS1.DI$ / ADD_DISK.M < prev    next >
Encoding:
Text File  |  1993-03-11  |  349 b   |  14 lines

  1. % add_disk
  2. %
  3. %   Plots the unit disk (in the complex plane) on top
  4. %   of any existing plot. This is useful when looking
  5. %   at Nyquist plots. Currently, after running ADD_DISK
  6. %   the graphics window status is HOLD OFF.
  7. %
  8.  
  9.   hold
  10.   plot(exp(sqrt(-1)*linspace(0,2*pi,400)))
  11.   hold off
  12. %
  13. % Copyright MUSYN INC 1991,  All Rights Reserved
  14.