Using the C++ Math Library | ![]() ![]() |
Numeric Arrays
The MATLAB C++ Math Library includes routines to create and manipulate numeric arrays. Numeric arrays are the fundamental MATLAB array type. MATLAB supports other numeric array types, such as uint8
; however, these data types are only used for importing and exporting image data.
The following table lists the MATLAB C++ Math Library routines to create numeric arrays and perform some basic tasks with them. The sections that follow provide more detail about using these routines. For more detailed information about using numeric arrays, see Using MATLAB. For more detailed information about any of the library routines, see the online MATLAB C++ Math Library Reference.
![]() | MATLAB Array C++ Object | Creating Numeric Arrays | ![]() |