Pointer type for platform
Signed integer type for size values
Convert array to string
Check assertion value for debugging purposes
Check assertion value without printing assertion text
Offset from first element to desired element
Allocate dynamic memory for array using MATLAB memory manager
Type for string array
Enumerated value identifying class of array
Identifier corresponding to class
Flag specifying whether array has imaginary components
CHARACTER values from Fortran array to pointer array
COMPLEX*16 values from Fortran array to pointer array
COMPLEX*8 values from Fortran array to pointer array
INTEGER*1 values from Fortran array to pointer array
INTEGER*2 values from Fortran array to pointer array
INTEGER*4 values from Fortran array to pointer array
CHARACTER values from pointer array to Fortran array
COMPLEX*16 values from pointer array to Fortran array
COMPLEX*8 values from pointer array to Fortran array
INTEGER*1 values from pointer array to Fortran array
INTEGER*2 values from pointer array to Fortran array
INTEGER*4 values from pointer array to Fortran array
Pointer values from pointer array to Fortran array
REAL*4 values from pointer array to Fortran array
REAL*8 values from pointer array to Fortran array
REAL*4 values from Fortran array to pointer array
REAL*8 values from Fortran array to pointer array
2-D, double-precision, floating-point array initialized to 0
Scalar, double-precision array initialized to specified value
N-D logical array initialized to false
2-D, logical array initialized to false
Unpopulated 2-D, sparse, logical array
Create 1-by-N array initialized to specified string
Free dynamic memory allocated by MXCREATE* functions
Free dynamic memory allocated by MXCALLOC, MXMALLOC, or MXREALLOC functions
Pointer to character array data
Number of bytes required to store each data element
Field value, given field name and index, into structure array
Field value, given field number and index, into structure array
Field name, given field number, in structure array
Field number, given field name, in structure array
Pointer to imaginary data of array
Pointer to logical array data
Number of rows in array
Number of columns in array
Value of NaN (Not-a-Number)
Number of fields in structure array
Number of elements in IR, PR, and PI arrays
Imaginary data elements in array of type DOUBLE
Real data elements in array of type DOUBLE
Value of public property of MATLAB object
Real component of first data element in array
String array to C-style string
Determine whether input is cell array
Determine whether input is string array
Determine whether array is member of specified class
Determine whether data is complex
Determine whether mxArray represents data as double-precision, floating-point numbers
Determine whether array is empty
Determine whether input is finite
Determine whether array was copied from MATLAB global workspace
Determine whether input is infinite
Determine whether array represents data as signed 16-bit integers
Determine whether array represents data as signed 32-bit integers
Determine whether array represents data as signed 64-bit integers
Determine whether array represents data as signed 8-bit integers
Determine whether array is of type mxLogical
Determine whether scalar array is of type mxLogical
Determine whether scalar array of type mxLogical is true
Determine whether input is NaN (Not-a-Number)
Determine whether array is numeric
Determine whether array represents data as single-precision, floating-point numbers
Determine whether input is sparse array
Determine whether input is structure array
Determine whether array represents data as unsigned 16-bit integers
Determine whether array represents data as unsigned 32-bit integers
Determine whether array represents data as unsigned 64-bit integers
Determine whether array represents data as unsigned 8-bit integers
Type for logical array
Allocate dynamic memory using MATLAB memory manager
Reallocate dynamic memory using MATLAB memory manager
Remove field from structure array
Value of one cell of array
Convert structure array to MATLAB object array
Modify number of dimensions and size of each dimension
Set structure array field, given structure field name and array index
Set structure array field, given field number and index
Imaginary data pointer for array
IR array of sparse array
JC array of sparse array
Number of rows in array
Set number of columns in array
Set storage space for nonzero elements
Set new imaginary data for array
Set new real data for array
Set value of public property of MATLAB object