<< Convert Data Types
MEX Library API
Data Types >>
Scilab Help
>>
MEX Library API
> Create or Delete Array
Create or Delete Array
Create arrays of a specified type, allocate and free memory.
Description
These are the different functions present in the mexlib module of Scilab
mxCreateDoubleMatrix
mxCreateDoubleScalar
mxCreateNumericMatrix
mxCreateNumericArray
mxCreateUninitNumericMatrix
mxCreateUninitNumericArray
mxCreateString
mxCreateCharMatrixFromStrings
mxCreateCharArray
mxCreateLogicalScalar
mxCreateLogicalMatrix
mxCreateLogicalArray
mxCreateSparse
mxCreateSparseLogicalMatrix
mxCreateStructMatrix
mxCreateStructArray
mxCreateCellMatrix
mxCreateCellArray
mxDestroyArray
mxDuplicateArray
mxCalloc
mxMalloc
mxRealloc
mxFree
See also
Data Types
— Data Types and constants.
Validate Data
— To determine the type or characteristic of an array data.
Access Data
— Read or write data to an array
Convert Data Types
— Convert strings, and structure array to object array
Matlab C Matrix Library API
Report an issue
<< Convert Data Types
MEX Library API
Data Types >>