Plotting Bessel function in MatLab

Posted by 4alala on Stack Overflow See other posts from Stack Overflow or by 4alala
Published on 2010-05-05T01:58:22Z Indexed on 2010/05/05 2:08 UTC
Read the original article Hit count: 228

Filed under:

In MatLab how do you plot

f(r) = { 2*J1(a*r) / r }^2

where a = 2*pi and J1 is Bessel function of the 1st kind and r = sqrt(x^2 + y^2)

This should plot in 3D, i.e. kind of be like a bubble (not sure how to do this)

© Stack Overflow or respective owner

Related posts about matlab