📄 props.txt
字号:
Help on properties of the Discrete General Non-Linear (DGNL) model.
'f'
Data object representing f(x,t,u,w).
'h'
Data object representing h(x,t,u,e).
'h_inv'
h_inv(x,y,t) - a function handle pointing to the inverse of h with respect to e(t).
'x0'
A row vector or scalar containing the initial state estimate. x0(i) represents the initial
estimate of state i.
'w'
Noise object representing the process noise w(t).
'e'
Noise object representing measurement noise e(t).
'p0'
Noise object representing the initial process noise, p0.
'T'
Sample time.
'xvars'
A cell array containing the names of the states.
'uvars'
A cell array containing the names of the u(t) elements.
'wvars'
A cell array containing the names of the noise elements.
'description'
A simple description of the object.
'R' (READ-ONLY)
The covariance matrix R, representing the covariance of the process noise w(t).
'Q' (READ-ONLY)
The covariance matrix Q, representing the covariance of measurement noise e(t).
'P0' (READ-ONLY)
The covariance matrix P0, representing the covariance of p0.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -