![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19832843_1601891298778_DEF.jpg)
Nico Lange
Followers: 0 Following: 0
Statistics
RANK
85,761
of 297,046
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solve differential equation system with ode45
No, the full system of ODEs ist 2*F+H'=0 F²+F'*H-G²-F''=0 2*F*G+H*G'-G''=0 P'+H*H'-H''=0 with initial Parameters x=0 => ...
4 years ago | 0
Question
Solve differential equation system with ode45
Hello there, I don't know if this is more of a mathematical problem or a programming problem... I have the following different...
4 years ago | 2 answers | 0
2
answersQuestion
OutputFcn for selfmade function to show iteration steps
Hello there, I have written my own Levenberg-Marquardt Algorithm as shown below. Now I want to show every step of the Iteratio...
4 years ago | 1 answer | 0
1
answerQuestion
Show every step of lsqnonlin won't work
Hello there, I want so visualize every step of lsqnonlin() in an example of 10 random generated points for a circle in the same...
4 years ago | 1 answer | 0
1
answerQuestion
How to show every iteration step of lsqnonlin()?
Hello again, I am solving a nonlinear compensation problem on a cirlce. So first i am creating 10 points randomly. phi1=1:((2*...
4 years ago | 1 answer | 0
1
answerQuestion
Infinite Recursion in own Levenberg-Marquardt Code
Hello there, I am writing an Levenberg-Marquardt Algorithm to calculate a circle out of ten points. x1 and y1 are 10 points ...
4 years ago | 2 answers | 0
2
answersQuestion
multiple function_handle in one function
Hello there, I have the following function handle (function of a cirlce): f1=@(a)((x1-a(1)).^2+(y1-a(2)).^2-a(3).^2); x=a(1...
4 years ago | 1 answer | 0