Scilab 5.3.3
      
      
    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
- 実数のベクトルまたは行列 
説明
imag(x) は
    xの虚部です. ( 複素数を入力するには%i を参照ください).
参照
- real — 実部
| << Complex | Complex | imult >> |