|
SOLUTIONS
|
MATHEMATICA 内置符号
SystemsModelExtract
SystemsModelExtract[sys, {in1, ...}]
提取与位置
处的输入相关联的系统模型 sys 相关联的子系统.
SystemsModelExtract[sys, {in1, ...}, {out1, ...}]
提取分别与位置
和
处的输入和输出相关联的子系统.
SystemsModelExtract[sys, {in1, ...}, {out1, ...}, {s1, ...}]
提取分别与
、
和
处的输入、输出和状态相关联的状态空间模型 sys 的子系统.
更多信息更多信息
- 系统模型 sys 可以是 StateSpaceModel 或者 TransferFunctionModel.
- 输入、输出和状态参数也可以是 All 或者 None.
版本 8 的新功能 | 版本 9 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



