home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / GRAPHICS.DI$ / SHG.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  313 b   |  11 lines

  1. function shg()
  2. %SHG    Show graph window.
  3. %    SHG does nothing, but is provided for upward compatibility
  4. %    from MATLAB 3.5.
  5.  
  6. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  7.  
  8. disp('This usage of shg is obsolete and will be eliminated in future')
  9. disp('versions.  Please use figure(gcf) instead.')
  10. figure(gcf);
  11.