Nonlinear Grey-Box Models
If you understand the physics of your system and can represent the system using ordinary differential or difference equations (ODEs) with unknown parameters, then you can use System Identification Toolbox™ commands to perform grey-box modeling.. Grey-box model ODEs specify the mathematical structure of the model explicitly, including couplings between parameters. Grey-box modeling is useful when you know the relationships between variables, constraints on model behavior, or explicit equations representing system dynamics.
You can represent a nonlinear grey-box model using an idnlgrey
object, which requires
that you write a function to describe the dynamics as a set of first-order
differential equations. For more information, see Estimate Nonlinear Grey-Box Models.
Functions
Topics
- Linear and Nonlinear Grey-Box Modeling
If you understand the physics of your system, you can estimate linear or nonlinear grey-box models.
- Estimate Nonlinear Grey-Box Models
How to define and estimate nonlinear grey-box models at the command line.
- Creating IDNLGREY Model Files
This example shows how to write ODE files for nonlinear grey-box models as MATLAB® and C MEX files.
- Estimate Coefficients of ODEs to Fit Given Solution
Estimate model parameters using linear and nonlinear grey-box modeling.