パラメータ推定方法について

7 views (last 30 days)
Kate
Kate on 23 Mar 2018
Answered: michio on 23 Mar 2018
以下のリンクにて、実験データと計算データを用いたパラメータ推定の方法が記述されています。
このリンクでの、Outdataには、実験データを格納したらいいように見えますが、 InDataには何を格納したらいいのでしょうか? data.matというファイルには,InData,OutData,tという変数があり、 これは微分方程式を解く前に得られている数字だと解釈したのですが・・・・。 ご存知の方ご教授願います。

Accepted Answer

michio
michio on 23 Mar 2018
例題では、下記の微分方程式を例として使用しています。
x'' = -a*x'-b*x + u(t)
実験データ Outdata と合致する結果になるような係数 a, b を最適化で求めています。
ここで InData は上記微分方程式の u(t) に該当します。

More Answers (0)

Categories

Find more on 最適化 in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!