Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 MIMO 状态空间系统。我需要在matlab中获得可控性规范实现。我该怎么做?。我只知道在SISO系统上找到一个可控可观察的。谁能帮我?
此答案假设您的系统是可控的(您可以使用该ctrb功能进行检查或 CHT)。
ctrb
您可以使用canon 函数获得存储到 中的线性动态系统模型的可控性规范矩阵sys。请注意,Matlab 定义它的方式可能与您定义的不同。在函数定义页面查看它的定义。
sys
canon(sys,type)