CAT

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Concatenate arrays along specified dimension

Usage

Jacket for M Language
    Supported Syntax
    
C = cat(dim, A, B)
C = cat(dim, A1, A2, A3, A4, ...)
    

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/cat.html
More Details

GFOR has limited support:

  • only two inputs, e.g. cat(dim,A,B)
  • dim should be less than 4.


See Also

VERTCAT, HORZCAT

Views
Personal tools