Particle motion in electromagnetic field
古いコメントを表示
I have to write a MATLAB script to simulate the motion of particle in a spectrometer using the differential equations of motion. Does exist any script that solve differential equations of charged particles motion I can use as example and guidance? It would be my first attempt to solve differential problem in MatLab and I am a newbie also, then more material I have the more happy I am.
採用された回答
その他の回答 (1 件)
Patrick Kalita
2012 年 1 月 25 日
0 投票
The ode family of functions are used to solve differential equations in MATLAB. I would recommend looking at the examples on that documentation page to learn how to define and solve your differential equations.
カテゴリ
ヘルプ センター および File Exchange で Physics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!