| MATLAB C Math Library | Search  Help Desk |
| mlfComplexScalar | See Also |
Create and initialize a complex 1-by-1 array
C Prototype
mxArray *mlfComplexScalar(double v, double i);
Arguments
double vDescription
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