You are on page 1of 1

>> x = 0:.

2:12;
plot (x, bessel(0, x), x, bessel(1, x), x,bessel(2,x), x,bessel(3,x), x,bessel(4
,x),x,bessel(5,x),x,bessel(6,x),x,bessel(7,x),x,bessel(8,x),x,bessel(9,x),x,bess
el(10,x) );
xlabel('\phi_m')
ylabel('J_n(\phi_m)')
legend('J_0(\phi_m)', 'J_1(\phi_m)', 'J_2(\phi_m)', 'J_3(\phi_m)', 'J_4(\phi_m)'
, 'J_5(\phi_m)', 'J_6(\phi_m)', 'J_7(\phi_m)', 'J_8(\phi_m)', 'J_9(\phi_m)', 'J_
1_0(\phi_m)','Location', 'NorthEastOutside');grid on

You might also like