Scilab-Branch-5.3-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
real
実部
呼び出し手順
[y]=real(x)
パラメータ
- x
- 実数または複素数のベクトルまたは行列 
- y
- 実数の行列 
説明
real(x) は
   xの実部です. ( 複素数を入力するには%i を参照ください).
参照
- imag — 虚部
| << isreal | Complex | complex >> |