Scilab 6.1.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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 >> |