Statistics
RANK
81,325
of 301,213
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,191
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,422
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
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 years ago | 0
Question
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 years ago | 3 answers | 0
