mxGetComplexDoubles (C)
Complex data elements in mxDOUBLE_CLASS
array
C Syntax
#include "matrix.h" mxComplexDouble *mxGetComplexDoubles(const mxArray *pa);
Argumentos de entrada
Output Arguments
Examples
To open an example, type:
edit([fullfile(matlabroot,"extern","examples","mex","filename")]);
where filename
is:
API Version
This function is available in the interleaved complex API. To build myMexFile.c
using this function, type:
mex -R2018a myMexFile.c
Historial de versiones
Introducido en R2018a