Nonlinear fitting of a numerical solution of a PDE
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
matnewbie
am 18 Sep. 2017
Beantwortet: Alan Weiss
am 18 Sep. 2017
I need to perform nonlinear fitting of a numerical solution of a PDE to experimental data, but I can't use the nlinfit function, since it requires an analytical expression, whereas I have a numerical solution of a PDE. What kind of command should I use in this case for parameter estimation through nonlinear fitting?
0 Kommentare
Akzeptierte Antwort
Alan Weiss
am 18 Sep. 2017
I don't understand what you are asking. I assume that you have a model of a PDE solution, and that your model has a few parameters. nlinfit requires only that your modelfun argument be "...a function handle. modelfun must accept two input arguments, a coefficient vector and an array X—in that order—and return a vector of fitted response values." There is nothing in that description that requires an analytic expression for your nonlinear model function.
Alan Weiss
MATLAB mathematical toolbox documentation
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Eigenvalue Problems finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!