Plotting Bessel function in MatLab
- by 4alala
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)