Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
real
実部
呼び出し手順
[y]=real(x)
引数
- x
実数または複素数のベクトルまたは行列
- y
実数の行列
説明
real(x)
は
x
の実部です. ( 複素数を入力するには%i
を参照ください).
例
real([1 %i 2]) real(1+0*%i) real(2+3*%i) real(1+%s) real(sprand(3,3,0.1))
参照
- imag — 虚部
Report an issue | ||
<< isreal | Complex | Discrete mathematics >> |