how to implement levenberg marquardt algorithm to find the kruppa coefficient matrix?

2 views (last 30 days)
sir, i need to find intrinsic parameters using kruppa equations. To obtain intrinsic parameter matrix kruppa coefficient matrix should be computed. To do so we have to minimize the equation using levenberg marquardt algorithm. Please help me to obtain intrinsic parameters.

Answers (1)

Matt J
Matt J on 4 Jan 2013
In the Optimization Toolbox, the solvers FSOLVE and LSQNONLIN both have a Levenberg-Marquardt option.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!