.. highlightlang:: us .. index:: besseli .. _besseli: besseli ======= .. us.tag besseli NOTREADYENGLISH math-spec-fun New5506 Modified Bessel function of the first kind. .. function:: y = besseli(nu, z) .. us.return **Return Value** *y* is besseli(x). .. us.params **Parameters** .. uparam:: nu *nu* is the order of the Bessel function. .. uparam:: nu *z* is a real or complex value or matrix at which the function is evaluated. .. us.example **Example** :: besseli(1,1) 0.5652 .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2013.6 - New. .. seealso:: :ref:`overview-mathematic`, :ref:`besselj` :sub:`id-1537314`