Info

This question is closed. Reopen it to edit or answer.

problem with optimisation through lsqcurvefit

1 view (last 30 days)
Kourosh
Kourosh on 27 Jul 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
Hello,
I wanna use lsqcurvefit for optimisation but I cannot isolate 'y' on one side of the equal sign due to the complexity of the equation? How can I optimise my parameters in this case?
Many thanks,
kourosh

Answers (1)

Torsten
Torsten on 27 Jul 2015
Use lsqnonlin instead of lsqcurvefit. It accepts your equation to be implicit in x and y.
Best wishes
Torsten.

Products

Community Treasure Hunt

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

Start Hunting!