MATLAB Function Reference | Search  Help Desk |
imag | Examples See Also |
Imaginary part of a complex number
Y = imag(Z)
Y = imag(Z)
returns the imaginary part of the elements of array Z
.
imag(2+3i) ans = 3
conj
Complex conjugate
real
Real part of complex number