Optimisation of parameters in a PDE
Mostrar comentarios más antiguos
Hi,
Suppose I am dealing with the heat equation: ∂T/∂t=α∂^2T/∂x^2 and I have some data which I want to fit it to and determine the best value for α.
I can follow the general instructions for optimisation but how do I do it for a PDE such as this?
Respuestas (1)
Torsten
el 20 de Sept. de 2018
0 votos
https://de.mathworks.com/matlabcentral/answers/406938-fitting-the-numerical-solution-of-a-pde-with-one-parameter-to-some-data
Best wishes
Torsten.
2 comentarios
Matthew Hunt
el 20 de Sept. de 2018
Torsten
el 24 de Sept. de 2018
Usually the sum of differences squared between experimental and simulated data is minimized with respect to a fitting parameter (in your case "alpha").
Best wishes
Torsten.
Categorías
Más información sobre Eigenvalue Problems en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!