Optimisation of parameters in a PDE

조회 수: 5 (최근 30일)
Matthew Hunt
Matthew Hunt 2018년 9월 20일
댓글: Torsten 2018년 9월 24일
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?

답변 (1개)

Torsten
Torsten 2018년 9월 20일
https://de.mathworks.com/matlabcentral/answers/406938-fitting-the-numerical-solution-of-a-pde-with-one-parameter-to-some-data
Best wishes
Torsten.
  댓글 수: 2
Matthew Hunt
Matthew Hunt 2018년 9월 20일
I'm not using pdepe to solve my equation. I have my own routine which takes in t,x, and alpha and spits out the profile. I understand what objective functions are in general. Do I have to put the data which I want to optimise against and the numerical solution in to the objective function?
Torsten
Torsten 2018년 9월 24일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 PDE Solvers에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by