Question: Fsolve and initial parameter values

Hi,

I'm solving a non-linear system of equations (8 equations, 7 parameters) numerically using Fsolve.

Here's my problem: I run fsolve in a loop for different values of one specific parameter. What I would like to do however is have a matrix of parameter values and tell fsolve to pick a new row of that matrix each time as parameter values until it has run down all the rows.

 

I just need some general guidelines and the commands. Much appreciate the help...

Please Wait...