Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
imag
虚部
呼び出し手順
y = imag(x)
引数
- x
- 実数または複素数のベクトルまたは行列. 
- y
- matrix of real numbers, polynomials or rationals, with same sizes than - x.
説明
imag(x)は,
            xの虚部です. ( 複素数を入力するには%iを参照ください).
例
参照
- real — 実部
履歴
| Version | Description | 
| 6.0 | Extension to rationals | 
| Report an issue | ||
| << conj | Complex | imult >> |