Member of the advanced class.
jv = bessel(v, x)
jv = bessel(v, x, 1)
[jv, error] = bessel(v, x)
[jv, error] = bessel(v, x, 1)
Computes the Bessel function of the first kind of a given order.
| Name | Description |
| v | Specifies the order of the Bessel function. v is a real, double-precision, floating-point positive scalar, vector, or matrix. |
| x | Specifies the value for which you want to compute the Bessel function. x is a real or complex, double-precision, floating-point scalar, vector, or matrix. |
| 1 | Scales the computation. besselj(v, x, 1) scales besselj(v, x) by exp(-abs(imag(x))). |
| Name | Description | ||||||||||||
| jv | Returns the Bessel function of the first kind. jv is a real or complex, double-precision, floating-point scalar, vector, or matrix. | ||||||||||||
| error | Returns error information about the evaluation of the Bessel function. error is an integer that can return the following values.
|