Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
imag
imaginary part
Calling Sequence
[y]=imag(x)
Arguments
- x
real or complex vector or matrix.
- y
real vector or matrix.
Description
imag(x)
is the imaginary part of
x
. (See %i
to enter complex
numbers).
See Also
- real — real part
<< complex | Complex | imult >> |