<< hypot | Elementary functions | ind2sub >> |
im = imag(M) |
a variable
imaginary part of the elements of the complex array M.
R = imag(M) Return the imaginary part of M.
cplx = 22+34*i;
r = imag(cplx)
real.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET