MATLAB Function Reference | Search  Help Desk |
real | Examples See Also |
X = real(Z)
X = real(Z)
returns the real part of the elements of the complex array Z.
real(2+3*i)
is 2
.
abs
Absolute value and complex magnitude
angle
Phase angle
conj
Complex conjugate
imag
Imaginary part of a complex number