このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。
非線形グレー ボックス モデル
非線形の微分方程式、差分方程式、状態空間方程式の係数の推定
関数
nlgreyest | Estimate nonlinear grey-box model parameters |
idnlgrey | Nonlinear grey-box model |
pem | 線形および非線形のモデルを改良するための予測誤差の最小化 |
findstates | Estimate initial states of model |
init | Set or randomize initial parameter values |
getinit | idnlgrey モデルの初期状態の値 |
setinit | idnlgrey モデル オブジェクトの初期状態を設定する |
getpar | idnlgrey モデル パラメーターのパラメーター値とプロパティ |
setpar | idnlgrey モデル オブジェクトの初期パラメーター値を設定する |
getpvec | Obtain model parameters and associated uncertainty data |
setpvec | Modify values of model parameters |
sim | Simulate response of identified model |
nlgreyestOptions | Option set for nlgreyest |
findstatesOptions | Option set for findstates |
simOptions | Option set for sim |
例および使用方法
- Estimate Nonlinear Grey-Box Models
How to define and estimate nonlinear grey-box models at the command line.
- IDNLGREY モデル ファイルの作成
この例では、非線形グレー ボックス モデルの ODE ファイルを MATLAB® ファイルおよび C MEX ファイルとして作成する方法を説明します。
- Estimate Coefficients of ODEs to Fit Given Solution
Estimate model parameters using linear and nonlinear grey-box modeling.
概念
- Supported Grey-Box Models
Types of supported grey-box models.
- Data Supported by Grey-Box Models
Types of supported data for estimating grey-box models.
- Choosing idgrey or idnlgrey Model Object
Difference between
idgrey
andidnlgrey
model objects for representing grey-box model objects.