How can i write and plot bessel function?

17 visualizaciones (últimos 30 días)
Batuhan Samet Demirci
Batuhan Samet Demirci el 26 de Dic. de 2021
Respondida: Jose Henderson el 26 de Dic. de 2021
How can i write and plot bessel function ( J0 and Jn) ? Can you explain me or you can show on this exercise.

Respuestas (1)

Jose Henderson
Jose Henderson el 26 de Dic. de 2021
Description
Returns a modified Bessel function, which is equivalent to Bessel functions calculated for purely imaginary arguments.
Syntax
BESSELK (X; N)
The syntax of the BESSELK function has the following arguments:
X. - required argument. The value for which the function is calculated.
n is a required argument. The order of the Bessel function. If n is not an integer, it is reduced.
Notes
If x is not a numeric value, the BESSELK function returns #VALUE! .
If n is not a numeric value, the BESSELK function returns #VALUE! .
If n <0, the BESSELK function returns #NUM! .
The modified Bessel function of the nth order for the variable x looks like this:
where Jn and Yn are Bessel functions J and Y, respectively.

Categorías

Más información sobre Bessel functions en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by