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. The elements of the array are stored as a one-dimensional vector of double-precision numbers. Imaginary data, if present, is stored in a separate vector.
This table lists the MATLAB C Math Library routines that create numeric arrays and perform some basic operations on 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 Data Type | Creating Numeric Arrays | ![]() |