mxAddField
|
Add field to structure array
|
mxCalcSingleSubscript
|
Return offset from first element to desired element
|
mxCalloc
|
Allocate dynamic memory using MATLAB memory manager
|
mxClassIDFromClassName
|
Get identifier that corresponds to class
|
mxClearLogical (Obsolete)
|
Clear logical flag
|
mxCopyCharacterToPtr
|
Copy character values from Fortran array to pointer array
|
mxCopyComplex8ToPtr
|
Copy COMPLEX*8 values from Fortran array to pointer array
|
mxCopyComplex16ToPtr
|
Copy COMPLEX*16 values from Fortran array to pointer array
|
mxCopyInteger1ToPtr
|
Copy INTEGER*1 values from Fortran array to pointer array
|
mxCopyInteger2ToPtr
|
Copy INTEGER*2 values from Fortran array to pointer array
|
mxCopyInteger4ToPtr
|
Copy INTEGER*4 values from Fortran array to pointer array
|
mxCopyPtrToCharacter
|
Copy character values from pointer array to Fortran array
|
mxCopyPtrToComplex8
|
Copy COMPLEX*8 values from pointer array to Fortran array
|
mxCopyPtrToComplex16
|
Copy COMPLEX*16 values from pointer array to Fortran array
|
mxCopyPtrToInteger1
|
Copy INTEGER*1 values from pointer array to Fortran array
|
mxCopyPtrToInteger2
|
Copy INTEGER*2 values from pointer array to Fortran array
|
mxCopyPtrToInteger4
|
Copy INTEGER*4 values from pointer array to Fortran array
|
mxCopyPtrToPtrArray
|
Copy pointer values from pointer array to Fortran array
|
mxCopyPtrToReal4
|
Copy REAL*4 values from pointer array to Fortran array
|
mxCopyPtrToReal8
|
Copy REAL*8 values from pointer array to Fortran array
|
mxCopyReal4ToPtr
|
Copy REAL*4 values from Fortran array to pointer array
|
mxCopyReal8ToPtr
|
Copy REAL*8 values from Fortran array to pointer array
|
mxCreateCellArray
|
Create unpopulated N-dimensional cell mxArray
|
mxCreateCellMatrix
|
Create unpopulated two-dimensional cell mxArray
|
mxCreateCharArray
|
Create unpopulated N-dimensional string mxArray
|
mxCreateCharMatrixFromStrings
|
Create populated two-dimensional string mxArray
|
mxCreateDoubleMatrix
|
Create unpopulated two-dimensional, double-precision, floating-point mxArray
|
mxCreateFull (Obsolete)
|
Create unpopulated two-dimensional mxArray
|
mxCreateNumericArray
|
Create unpopulated N-dimensional numeric mxArray
|
mxCreateNumericMatrix
|
Create numeric matrix and initialize data elements to 0
|
mxCreateScalarDouble
|
Create scalar, double-precision array initialized to specified value
|
mxCreateSparse
|
Create two-dimensional unpopulated sparse mxArray
|
mxCreateString
|
Create 1-by-n character array initialized to specified string
|
mxCreateStructArray
|
Create unpopulated N-dimensional structure mxArray
|
mxCreateStructMatrix
|
Create unpopulated two-dimensional structure mxArray
|
mxDestroyArray
|
Free dynamic memory allocated by mxCreate
|
mxDuplicateArray
|
Make deep copy of array
|
mxFree
|
Free dynamic memory allocated by mxCalloc
|
mxFreeMatrix (Obsolete)
|
Free dynamic memory allocated by mxCreateFull and mxCreateSparse
|
mxGetCell
|
Get cell's contents
|
mxGetClassID
|
Get mxArray 's class
|
mxGetClassName
|
Get mxArray 's class
|
mxGetData
|
Get pointer to data
|
mxGetDimensions
|
Get pointer to dimensions array
|
mxGetElementSize
|
Get number of bytes required to store each data element
|
mxGetEps
|
Get value of eps
|
mxGetField
|
Get field value, given field name and index in structure array
|
mxGetFieldByNumber
|
Get field value, given field number and index in structure array
|
mxGetFieldNameByNumber
|
Get field name, given field number in structure array
|
mxGetFieldNumber
|
Get field number, given field name in structure array
|
mxGetImagData
|
Get pointer to imaginary data of mxArray
|
mxGetInf
|
Get value of infinity
|
mxGetIr
|
Get ir array
|
mxGetJc
|
Get jc array
|
mxGetM
|
Get number of rows
|
mxGetN
|
Get total number of columns
|
mxGetName (Obsolete)
|
Get name of specified mxArray
|
mxGetNaN
|
Get the value of NaN
|
mxGetNumberOfDimensions
|
Get number of dimensions
|
mxGetNumberOfElements
|
Get number of elements in array
|
mxGetNumberOfFields
|
Get number of fields in structure mxArray
|
mxGetNzmax
|
Get number of elements in ir , pr , and pi arrays
|
mxGetPi
|
Get imaginary data elements of mxArray
|
mxGetPr
|
Get real data elements of mxArray
|
mxGetScalar
|
Get real component of first data element in mxArray
|
mxGetString
|
Create character array from mxArray
|
mxIsCell
|
Determine if input is cell mxArray
|
mxIsChar
|
Determine if input is string mxArray
|
mxIsClass
|
Determine if mxArray is member of specified class
|
mxIsComplex
|
Determine if mxArray is complex
|
mxIsDouble
|
Determine if mxArray is of type double
|
mxIsEmpty
|
Determine if mxArray is empty
|
mxIsFinite
|
Determine if value is finite
|
mxIsFromGlobalWS
|
Determine if mxArray copied from MATLAB global workspace
|
mxIsFull (Obsolete)
|
Determine if mxArray is full
|
mxIsInf
|
Determine if value is infinite
|
mxIsInt8
|
Determine if input is mxArray of signed 8-bit integers
|
mxIsInt16
|
Determine if input is mxArray of signed 16-bit integers
|
mxIsInt32
|
Determine if input is mxArray of signed 32-bit integers
|
mxIsLogical
|
Determine if mxArray is Boolean
|
mxIsNaN
|
Determine if input is NaN
|
mxIsNumeric
|
Determine if mxArray contains numeric data
|
mxIsSingle
|
Determine if mxArray represents data as single-precision, floating-point numbers
|
mxIsSparse
|
Determine if mxArray is sparse
|
mxIsString (Obsolete)
|
Determine if mxArray contains character array
|
mxIsStruct
|
Determine if input is mxArray structure
|
mxIsUint8
|
Determine if input is mxArray of unsigned 8-bit integers
|
mxIsUint16
|
Determine if input is mxArray of unsigned 16-bit integers
|
mxIsUint32
|
Determine if input is mxArray of unsigned 32-bit integers
|
mxMalloc
|
Allocate dynamic memory using the MATLAB memory manager
|
mxRealloc
|
Reallocate memory
|
mxRemoveField
|
Remove field from structure array
|
mxSetCell
|
Set value of one cell
|
mxSetData
|
Set pointer to data
|
mxSetDimensions
|
Modify number/size of dimensions
|
mxSetField
|
Set field value of structure array, given field name/index
|
mxSetFieldByNumber
|
Set field value in structure array, given field number/index
|
mxSetImagData
|
Set imaginary data pointer for mxArray
|
mxSetIr
|
Set ir array of sparse mxArray
|
mxSetJc
|
Set jc array of sparse mxArray
|
mxSetLogical (Obsolete)
|
Set logical flag
|
mxSetM
|
Set number of rows
|
mxSetN
|
Set number of columns
|
mxSetName (Obsolete)
|
Set name of mxArray
|
mxSetNzmax
|
Set storage space for nonzero elements
|
mxSetPi
|
Set new imaginary data for mxArray
|
mxSetPr
|
Set new real data for mxArray
|
© 1994-2005 The MathWorks, Inc.