besseljΒΆ

Bessel function of the first kind.

y = besselj(nu, z)

Return Value

y is besselj(nu,z).

Parameters

nu

nu is the order of the Bessel function.

nu

z is a real or complex value or matrix at which the function is evaluated.

Example

besselj(2,1.9)
0.3299

History

Version

Description

R2013.6

New.

id-1733922