Plotting the Bessel function equation
Ältere Kommentare anzeigen
Hello, Can anyone tell me how to plot
J_1^2(x)/J_0^2(x) as shown in the attached file?
The code I have prepared so far is as follows:
syms x
b1=(besselj(0, x).^2)
b2=(besselj(1, x).^2)
b= b2/b1;
plot(b,x)
Does it make sense? Thanks
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Bessel functions finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
