Plotting the Bessel function equation
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Bessel functions in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
