Recent content by ethaniell

  1. E

    Solving 3 Non-Linear Equations with Fsolve and FOR Loops

    Hi I'm using the fsolve method to solve for 3 variables in 3 non-linear equations. I would like to find out, how the 3 variables change, when I change a parameter in the 3 equations. Let's assume the parameter runs from 1 to 5 (1:1:5). The iteration looks like this: c=(1:5); for i = 1:5...
  2. E

    MATLAB MATLAB- for loop saving results of 3 variables

    I have the same problem! I know this was posted 3 years ago, so if you managed to solve the problem can you please share the solution? Thank you!
Back
Top