shift model on experimental data with least squares method

조회 수: 3 (최근 30일)
Stefan
Stefan 2014년 4월 1일
답변: Star Strider 2014년 10월 22일
Hi,
I have a set of experimental data (x,y) and another set of data from a model (xm,ym) which takes as input some experimental values. The output for the model is basically: data=model(input_unrelated_to_x); where plot(data.xm,data.ym) creates the curve of the model. Also, diff(x) and diff(xm) are almost identical.
I need to shift the model curve on the experimental curve on both x-axis and y-axis so that they overlap. Can it be done with the least squares method and how? Is there a better method ?
Thanks, Stefan
  댓글 수: 2
Raj Raj
Raj Raj 2014년 9월 30일
Hi Stefan,
Were you able to solve this issue. I am currently stuck up with the same task.
Regards Raj
Stefan
Stefan 2014년 10월 22일
Hi Raj,
Unfortunately not, have you succeeded in solving this issue ? If not, I will try to ask again in a clearer way, I still need it.

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

답변 (1개)

Star Strider
Star Strider 2014년 10월 22일
It may be necessary for you to include the x- and y-shifts (offsets) in your model equation as separate parameters to be estimated. That would be my approach. I cannot be more specific without seeing your model.

카테고리

Help CenterFile Exchange에서 Optimization Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by