Please tell me how levenberg-marquardt method be used in matlab to determine coordinates of node if distance from particular known nodes is known?
조회 수: 2 (최근 30일)
이전 댓글 표시
How levenberg-marquardt can be implemented in matlab?
댓글 수: 0
답변 (1개)
Rafa Z
2016년 5월 26일
Hey. Basically we will have a 3 equations with 3 unknowns in each(or it might be more depending on delay and other stuff). Then you will use lsqnonlin matlab function by setting or option to the levenberg-marquardt. And it will show the local minima for your x,y,z which you want to find out.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!