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)
|
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) |
||||
|
|
|
Use besselj --- the Bessel function of first kind --- to generate I generated the following by varying Code
Log plotDoresdoom suggestion, I replaced
Mesh
|
|||||||||||||||
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.