Scilab 6.1.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
sinc
sinc関数
呼び出し手順
t=sinc(x)
引数
- x
実数または複素数のベクトルまたは行列
- t
実数または複素数のベクトルまたは行列
説明
x
がベクトルまたは行列の場合,
t=sinc(x)
はベクトルまたは行列となります.
ただし,
x(i)~=0
の場合にt(i)=sin(x(i))/x(i)
,
x(i)==0
の場合にt(i)=1
です.
例
Report an issue | ||
<< legendre | Special Functions | sincd >> |