MATLAB C Math Library
  Go to function:
    Search    Help Desk 
mlfComplexScalar    See Also

Create and initialize a complex 1-by-1 array

C Prototype

Arguments

double v
  Initial content of the real part of the array.

double i
  Initial content of the imaginary 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



[ Previous | Help Desk | Next ]