MATLAB Function Reference
  Go to function:
    Search    Help Desk 
real    Examples   See Also

Real part of complex number

Syntax

Description

X = real(Z) returns the real part of the elements of the complex array Z.

Examples

real(2+3*i) is 2.

See Also

abs, angle, conj, i, j, imag



[ Previous | Help Desk | Next ]