Recent content by JayFlynn
-
Graduate Why use Earth as a gravity assist?
Cheers Janus. This is really helpful!- JayFlynn
- Post #7
- Forum: Astronomy and Astrophysics
-
Graduate Why use Earth as a gravity assist?
So, it would be more efficient to do a Mars slingshot but they're aligned so infrequently that it's not worth waiting?- JayFlynn
- Post #5
- Forum: Astronomy and Astrophysics
-
Graduate Why use Earth as a gravity assist?
so why can't you just do a really close slingshot around Mars to make up for it's small mass?- JayFlynn
- Post #3
- Forum: Astronomy and Astrophysics
-
Graduate Why use Earth as a gravity assist?
I am doing research for my aerospace engineering dissertation to plan a mission to a Jupiter trojan asteroid. I was researching the type of outgoing trajectories used in missions such as JUNO, Galileo and Europa and noticed they all use Earth as a gravity assist in getting to deep space. Surely...- JayFlynn
- Thread
- Aerospace engineering Astronomy Earth Gravity Orbital mechanics
- Replies: 8
- Forum: Astronomy and Astrophysics
-
MATLAB Plotting the tragectory of an asteroid in MATLAB
Undefined function 'R' for input arguments of type 'double'. Error in SEMJ_5>Gravity (line 99) X = R(1); Error in SEMJ_5>@(t,RV)Gravity(t,RV) (line 60) [T,RV] = ode23(@(t,RV) Gravity(t, RV),T', init_val); Error in odearguments (line 87) f0 = feval(ode,t0,y0,args{:}); % ODE15I sets args{1}...- JayFlynn
- Post #6
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
MATLAB Plotting the tragectory of an asteroid in MATLAB
Okay thanks guys, I am new to all this. Heres the data files. When i run the code it says there is an error with my input arguments in the line where i call the ode solver.- JayFlynn
- Post #4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
MATLAB Plotting the tragectory of an asteroid in MATLAB
I am trying to plot the trajectory of an asteroid in MATLAB using ode23. The only bodies in the system are The Sun, Earth, Mars and Jupiter and their orbital data has been loaded from data files. I have picked arbitrary initial conditions for the asteroid and believe my forces are correct. My...- JayFlynn
- Thread
- Asteroid Code Matlab Ode45 Odes Plotting Solar system
- Replies: 7
- Forum: MATLAB, Maple, Mathematica, LaTeX