MATLAB Function Reference |
Return 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.
See Also
complex | cond |
© 1994-2005 The MathWorks, Inc.