besseliΒΆ

Modified Bessel function of the first kind.

y = besseli(nu, z)

Return Value

y is besseli(x).

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

besseli(1,1)
0.5652

History

Version Description
R2013.6 New.

id-1537314