Convert numeric array to MATLAB object for C++ array
cArray = clibConvertArray(
converts MATLAB® array typeName
,A
)A
to a C++ object of type
typeName
. The dimensions of cArray
are the same as
A
. Each element of cArray
is initialized by the
corresponding element of A
.
The memory of cArray
is owned by MATLAB. To release the memory, call clibRelease
.