bessely (Matlab function) ========================= Bessel functions of the second kind Matlab/Scilab equivalent ~~~~~~~~~~~~~~~~~~~~~~~~ **Matlab** **Scilab** :: `bessely`_ :: `bessely`_ Particular cases ~~~~~~~~~~~~~~~~ Scilab **bessely** function can work with only one output argument, but the Matlab function can work with two outputs arguments. Examples ~~~~~~~~ **Matlab** **Scilab** :: y = `bessely`_(alpha,x) y = `bessely`_(alpha,x,1) [y,ierr] = `bessely`_(alpha,...) :: y = `bessely`_(alpha,x) y = `bessely`_(alpha,x,ice),ice = 1 `or`_ ice = 2