Parameters obtained using lsqcurvefit results in complex numbers.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi. I tried to fit simultaneous ODE using lsqcurvefit. Code works well and provide parameters. But parameters are coming as complex number. In my case parameters must be real number. How to restrict parameters to real numbers using lsqcurvefit?
7 Kommentare
Torsten
am 3 Jul. 2019
But note that by this trick, the results of your ODEs might have changed compared to the original ODE without the abs().
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!