Feeds
답변 있음
Solving nonlinear system of equations with different variables
This is the answer: fun = @root2d; x0 = [1;1;1;1;1;1]; % 6 guesses needed x = lsqnonlin(fun,x0) % used in place of fsolv...
Solving nonlinear system of equations with different variables
This is the answer: fun = @root2d; x0 = [1;1;1;1;1;1]; % 6 guesses needed x = lsqnonlin(fun,x0) % used in place of fsolv...
7년 초과 전 | 0
질문
Solving nonlinear system of equations with different variables
Hello I would like to solve a nonlinear system of equations. Im new to matlab and therefore i dont have enough experience to ...
7년 초과 전 | 답변 수: 3 | 0
