besseli

besseli(nu,X) returns modified Bessel function of first kind for each element of X.

besseli(nu,X,1) applies multiplier (element wise) exp(-abs(real(X))).

Examples

x = (0:0.1:6)'
options = struct
options.legendX = 100
options.legendLabels = {'k = 0', 'k = 1', 'k = 2', 'k = 3', 'k = 4', 'k = 5'}
options.yAxisMax = 8
plot([x], [besseli(0,x) besseli(1,x) besseli(2,x) besseli(3,x) besseli(4,x) besseli(5,x)], options)

Resources

See also

airy | besselh | besselj | besselk | bessely