MATLAB Function Reference
  Go to function:
    Search    Help Desk 
computer    See Also

Identify the computer on which MATLAB is running

Syntax

Description

str = computer returns a string with the computer type on which MATLAB is running.

[str,maxsize] = computer returns the integer maxsize, which contains the maximum number of elements allowed in an array with this version of MATLAB.

The list of supported computers changes as new computers are added and others become obsolete.

String
Computer
ALPHA
DEC Alpha
AXP_VMSG
Alpha VMS G_float
AXP_VMSIEEE
Alpha VMS IEEE
HP700
HP 9000/700
IBM_RS
IBM RS6000 workstation
LNX86
Linux Intel
PCWIN
MS-Windows
SGI
Silicon Graphics (R4000)
SGI64
Silicon Graphics (R8000)
SOL2
Solaris 2 SPARC workstation
SUN4
Sun4 SPARC workstation
VAX_VMSD
VAX/VMS D_float
VAX_VMSG
VAX/VMS G_float

See Also

isieee, isunix, isvms



[ Previous | Help Desk | Next ]