Recent content by intrepid44

  1. I

    Matlab ODE Problem (paritcle trajectory)

    Got it sorted, never mind.
  2. I

    Matlab ODE Problem (paritcle trajectory)

    The last bit should be: >> f = @(t,z) [z(2);-1.962*z(1)-2.943];
  3. I

    Matlab ODE Problem (paritcle trajectory)

    Hi, I currently have this problem to solve, and I'm quite stuck. I would much appreciate it if anyone could point me in the direction on how to solve it. This is my go at it, although currently I don't have access to MATLAB until tomorrow as the university library has now closed...
Back
Top