props.txt
来自「MATLAB非线性滤波工具箱 在“中国国防科技论坛 ”找到的」· 文本 代码 · 共 33 行
TXT
33 行
Help on properties of the pfhandle expression class.
'expression'
A function handle representing the expression data.
'str'
A string representation of the expression.
'gradx'
Function handle of the gradient with respect to x.
'gradw'
Function handle of the gradient with respect to w.
'xvars'
A cell array containing the names of the states.
Not used in this class and just included for consistency.
'uvars'
A cell array containing the name of the elements forming u(t).
Not used in this class and just included for consistency.
'wvars'
A cell array containing the name of the elements forming w(t).
Not used in this class and just included for consistency.
'islinear'
Is true for linear expressions and false otherwise.
By default, this is set to 'false'
'description'
A short description of the object.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?