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

  1. function rootDir = matlabroot
  2. %MATLABROOT Root directory of MATLAB installation.
  3.  
  4. %       Copyright (c) 1984-93 by The MathWorks, Inc.
  5.  
  6. rootDir = getenv('MATLAB');
  7.