<< besselj (Matlab function) B bessely (Matlab function) >>

Scilab Help >> Code Matlab => Scilab > Matlab-Scilab equivalents > B > besselk (Matlab function)

besselk (Matlab function)

Modified Bessel functions of the second kind

Matlab/Scilab equivalent

Matlab Scilab

Particular cases

Scilab besselk function can work with only one output argument, but the Matlab function can work with two outputs arguments.

Examples

Matlab Scilab
y = besselk(alpha,x)
y = besselk(alpha,x,1)
[y,ierr] = besselk(alpha,...)
y = besselk(alpha,x)
y = besselk(alpha,x,ice),ice = 1 or ice = 2

Report an issue
<< besselj (Matlab function) B bessely (Matlab function) >>