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

  1. %GETENV    Get environment value.
  2. %     GETENV('NAME'), where NAME is a text string, searches
  3. %     the environment list for a string of the form NAME=VALUE
  4. %     and returns the string VALUE if such a string is present.
  5. %     If the specified name cannot be found, an empty matrix
  6. %     is returned.
  7.  
  8. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  9. %    Built-in function.
  10.