COMPLEX COMPLEX Convert to 32-bit Complex Floating Point Usage Converts the argument to a 32-bit complex floating point number. The syntax for its use is y = complex(x) where x is an n-dimensional numerical array. Conversion follows the general C rules. Note that both NaN and Inf in the real and imaginary parts are both preserved under type conversion.