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

  1. %COMPUTER Inquire computer type.
  2. %    COMPUTER returns a string containing the name of the computer
  3. %    on which MATLAB is executing. Possibilities are:
  4. %    PC - PC-MATLAB                 DEC_RISC - DecStation
  5. %    PCAT - AT-MATLAB               HP300 - HP 9000/Series 300
  6. %    PC386 - 386- or Weitek-MATLAB  HP700 - HP 9000/Series 700  
  7. %    PCWIN - MS-Windows MATLAB      APOLLO - Apollo Workstations
  8. %    MAC - Edu-MATLAB               VAX_UNIX - VAX/Ultrix
  9. %    MACII - Mac II-MATLAB          VAXVMSD - VAX/VMS D_float
  10. %    SUN4 - Sun-4                   VAXVMSG - VAX/VMS G_float
  11. %    SGI - Silicon Graphics         CRAY - CRAY XMP or YMP
  12. %    [C,MAXSIZE] = COMPUTER returns also integer MAXSIZE which 
  13. %    contains the maximum number of elements allowed in a matrix
  14. %    on this version of MATLAB.
  15. %
  16. %    See also ISIEEE.
  17.  
  18. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  19. %    Built-in function.
  20.