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