MATLAB Function Reference Previous page   Next Page
real

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 page  rcond reallog Next page

© 1994-2005 The MathWorks, Inc.