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

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

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur 最適化 dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!