| MATLAB Function Reference | Search  Help Desk |
| real | Examples See Also |
Syntax
X = real(Z)
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