Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

problem with optimisation through lsqcurvefit

2 Ansichten (letzte 30 Tage)
Kourosh
Kourosh am 27 Jul. 2015
Geschlossen: MATLAB Answer Bot am 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

Antworten (1)

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

Diese Frage ist geschlossen.

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by