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

  1. %SCRIPT    Scripts M-files.
  2. %    A  SCRIPT file is an external file that contains a sequence
  3. %    of MATLAB statements.  By typing the filename, subsequent 
  4. %    MATLAB input is obtained from the file.  SCRIPT files have
  5. %    a filename extension of ".m" and are often called "M-files". 
  6. %    To make a SCRIPT file into a function, see FUNCTION.
  7. %
  8. %    See also TYPE, ECHO.
  9. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  10.  
  11.