matlab 中 simulink模块​中的state-sp​ace能否除了ABC​D四个矩阵,再..

我在做simulink仿真的过程中,遇到一个带有两个输入的 状态方程,我知道可以把两个输入放在一个矩阵里面,但这样对后续的计算和编程感觉麻烦,我想请问的是simulink中的state space 除了ABCD四个矩阵,能不能通过设置添加其他的矩阵,如果可以,求指点,谢谢啦!

 Réponse acceptée

tepatel
tepatel le 28 Nov 2022

0 votes

不可以,但是你可以把B做成[1 0;0 1]
然后在外面输入u的地方,输入BM+Hdelte

Plus de réponses (0)

Catégories

En savoir plus sur 代码生成 dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!