Recent content by hani92

  1. H

    MATLAB Solve Theta: v^2/r=U*g*cos(theta)-g*sin(theta)

    so what does the i variable represent?
  2. H

    MATLAB Solve Theta: v^2/r=U*g*cos(theta)-g*sin(theta)

    it seems like it worked the way u said, but i had to add the syms command before for MATLAB to know what i am trying to get. when i call the function it seems like it worked it doesn't return any errors, but it doesn't give me an answer. any ideas that can help?
  3. H

    MATLAB Solve Theta: v^2/r=U*g*cos(theta)-g*sin(theta)

    i am trying to type in a function to find theta, but MATLAB keeps saying (The expression to the left of the equals sign is not a valid target for an assignment.) or (is not a valid expression or equation.) the equation I'm trying to compute to get theta is : v^2/r=U*g*cos(theta)-g*sin(theta)...
Back
Top