| MATLAB Function Reference | ![]() |
Identify information about computer on which MATLAB is running
Syntax
Description
returns the string str = computer
str with the computer type on which MATLAB is running.
[ returns the integer str,maxsize] = computer
maxsize, which contains the maximum number of elements allowed in an array with this version of MATLAB.
[ also returns either 'str,maxsize,endian] = computer
L' for little endian byte ordering or 'B' for big endian byte ordering.
The list of supported computers changes as new computers are added and others become obsolete. A typical list follows.
Remarks
SGI64 users prior to R12 must migrate to SGI with R12. LNX86 users prior to R12 must migrate to GLNX86 with R12.
See Also
| complex | cond | ![]() |