Draw Thomson cross section in polar plot by matlab

Click For Summary
SUMMARY

The discussion centers on generating a Thomson cross section in a polar plot using MATLAB. The user provided a code snippet that utilizes the polar function in MATLAB to plot the cross section based on the Thomson scattering radius of 2.8179e-13. The code correctly defines the angle variable 't' and the radial distance 'x', confirming that the output is indeed a polar plot. The user seeks validation on the correctness of their implementation.

PREREQUISITES
  • Familiarity with MATLAB programming
  • Understanding of polar coordinates
  • Knowledge of Thomson scattering concepts
  • Basic skills in plotting functions in MATLAB
NEXT STEPS
  • Explore MATLAB's polar plotting functions in detail
  • Research Thomson scattering and its applications in physics
  • Learn about MATLAB's graphical output customization
  • Investigate advanced plotting techniques in MATLAB for scientific data visualization
USEFUL FOR

Physicists, MATLAB users, and anyone interested in visualizing scattering phenomena through polar plots.

Lisa!
Gold Member
Messages
672
Reaction score
96
Well I'm supposed to draw Thomson cross section in polar plot by MATLAB software. Have I done it right? I mean does this figure that I got seem to be in polar plot or not?

Code:
t = 0:.01:2*pi;
r =  2.8179e-13
x =  t,0.5*power(r,2)*(1+power(cos(t),2))
polar(t,x)
Thanks
 

Attachments

  • plr1.jpg
    plr1.jpg
    32.1 KB · Views: 704
  • th1.jpg
    th1.jpg
    18.2 KB · Views: 507
Physics news on Phys.org


Have I posted it in the right place?
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 4 ·
Replies
4
Views
7K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 11 ·
Replies
11
Views
5K