SIZE

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Array dimensions

Usage

Jacket for M Language
    Supported Syntax
    
d = size(X)
[m,n] = size(X)
m = size(X,dim)
[d1,d2,d3,...,dn] = size(X)
    

GFOR Supported

Yes

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE   GLOGICAL   GINT32   GINT8   GUINT32   GUINT8   COMPLEX 

Types Not Supported

-

CPU usageJacket only contains GPU computing functions. To run functions on the CPU, try one of the MathWorks products:
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/size.html


See Also

EXIST, LENGTH, NUMEL, WHOS

Views
Personal tools