Main Content

mxGetComplexUint32s (C)

Complex data elements inmxUINT32_CLASSarray

C Syntax

#include "matrix.h" mxComplexUint32 *mxGetComplexUint32s(const mxArray *pa);

Input Arguments

expand all

Pointer to anmxUINT32_CLASSarray.

Output Arguments

expand all

Pointer to the firstmxComplexUint32element of the data. IfpaisNULL, then the function returnsNULL.

IfmxArrayis not anmxUINT32_CLASS数组:

  • MEX file — Function terminates the MEX file and returns control to the MATLAB®prompt.

  • Standalone (non-MEX file) application — Function returnsNULL. ANULLreturn value indicates thatpais either empty or not anmxUINT32_CLASSarray.

Examples

See these examples inmatlabroot/extern/examples/mex:

API Version

This function is available in the interleaved complex API. To buildmyMexFile.cusing this function, type:

mex-R2018amyMexFile.c
Introduced in R2018a