Which module(s) do I need for this project, please?
6 views (last 30 days)
Show older comments
Keith Elliott
on 6 Jun 2018
Commented: Keith Elliott
on 6 Jun 2018
Please could you offer advice on which module(s) (I have not bought matlab yet, trying to decide whether to do so) would be best to help me create a simulation of our solar system's interconnected motion in 3D with dynamic 3D graphical output (simple gravity, velocity & xyz co-ordinate motion approach) (on an i7 home computer). Thanks.
2 Comments
Rik
on 6 Jun 2018
The more work you're prepared to do on your own, the less you will need the Symbolic toolbox. What calculations/simulations are you planning on doing?
Accepted Answer
Walter Roberson
on 6 Jun 2018
If you are simulating as point masses, and you are not trying to make predictions, and you are not trying to do things like plan flight paths, then basic MATLAB is enough for that.
Basic MATLAB is also enough to do some flight path planning such as by using ode45() and possibly solve boundary conditions.
More complicated situations might end up needing the PDE (Partial Differential Equations) toolbox, and maybe the Optimization Toolbox.
If you were wanting to find equations instead of doing particle simulations, then Symbolic Toolbox.
More Answers (0)
See Also
Categories
Find more on Gravitation, Cosmology & Astrophysics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!