Plot series or even a close approximation
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello, I have the following function
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/289128/image.png)
where J_0 and J_1 are Bessel functions of the first kind of order 0 and 1 respectively. Additioanlly,
are the positive zeroes of J_0(x). In other words
for constraints of n given above. I would like to plot the following two functions
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/289129/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/289130/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/289131/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/289132/image.png)
I am not sure how to proceed as this is more complicated than standard matlab plot. Any help is appreciated, thanks.
0 comentarios
Respuestas (1)
Kiran Felix Robert
el 5 de Feb. de 2021
Hi Anirudh,
You can use the symbolic math toolbox – besselj function and Symbolic Summation to define you function and plot it. Refer to the documentation for more details.
0 comentarios
Ver también
Categorías
Más información sobre Bessel functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!