Recent content by Raging Dragon

  1. R

    MATLAB Simple Matlab Graphics Question

    I have a for loop spitting out 60 graphs that I have to save to a file. I have to rename them anyways, so saving them by hand is not the issue. I'm wanting know how to maximize the screen and iteratively name the figures. i.e. my code looks like for i = 1:30 (stuff) figure(i) do...
  2. R

    Free Falling (dynamics question)

    Thanks for explaining what the boundary of the integral is, but against which variable if I have force as a function of velocity, and I have velocity as a function time?
  3. R

    Free Falling (dynamics question)

    Homework Statement A sky diver jumps off a plane that is at 9570.7m above the earth. Assuming a combination of stokes and Newtonian drag, where Fdrag=-m*b*v-m*b^2*v^2 and assume constant g=9.81, at what point is the KE of the skydiver equal to the energy dissapated by the drag force...
  4. R

    Approximating Elliptic Integrals on the computer

    Homework Statement Express (EllipticK(x)/EllipticE(x)-1) to two terms with a taylor series Homework Equations EllipticE(x) = Int((1-k^2*_alpha1^2)^(1/2)/(1-_alpha1^2)^(1/2),_alpha1 = 0 .. 1), `with no restrictions on `(x) EllipticK(k) =...
Back
Top