C Math Library Reference | ![]() ![]() |
Create and initialize a complex 1-by-1 array
C Prototype
mxArray *mlfComplexScalar(double v, double i);
Arguments
double v
Initial content of the real part of the array.
Description
This function creates a complex 1-by-1 array whose contents are initialized to the real part, v
, and the imaginary part, i
.
See Also
mlfScalar
![]() | mlfColon | mlfCreateColonIndex | ![]() |