VERTCAT

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Concatenate arrays vertically

Usage

Jacket for M Language
    Supported Syntax
    
C = [A; B]
C = vertcat(A1, A2, ...)
    

GFOR Supported

No

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE 

Types Not Supported

-  GLOGICAL   GINT32   GINT8   GUINT32   GUINT8   COMPLEX 

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/vertcat.html

Notes

  • Gfor compatibility only for two inputs, e.g. [A;B]

See Also

HORZCAT, CAT

Views