bessely

bessely(nu,X) returns modified Bessel function of second kind for each element of X.

bessely(nu,X,1) applies multiplier (element wise) exp(X).

Examples

x = (0:0.1:15)'
options = struct
options.legendY = 220
options.legendLabels = {'k = 0', 'k = 1', 'k = 2', 'k = 3', 'k = 4', 'k = 5'}
options.yAxisMin = -3
plot([x], [bessely(0,x) bessely(1,x) bessely(2,x) bessely(3,x) bessely(4,x) bessely(5,x)], options)

See also

besselh | besseli | besselj | besselk