home *** CD-ROM | disk | FTP | other *** search
- function shg()
- %SHG Show graph window.
- % SHG does nothing, but is provided for upward compatibility
- % from MATLAB 3.5.
-
- % Copyright (c) 1984-93 by The MathWorks, Inc.
-
- disp('This usage of shg is obsolete and will be eliminated in future')
- disp('versions. Please use figure(gcf) instead.')
- figure(gcf);
-