sncsncsnc 发表于 2006-11-23 22:17

求教:matlab中的求逆

我的模型Gm1求得是Gm1=tf({,0;0,[-2097 -315.8 -9.655]},{,1;1,})
目的求Gm的逆,不知为何无法实现
Transfer function from input 1 to output...
         1385 s^2 + 208.5 s + 6.374
#1:---------------------------------
      3823 s^3 + 761.6 s^2 + 48.6 s + 1

#2:0

Transfer function from input 2 to output...
#1:0

         -2097 s^2 - 315.8 s - 9.655
#2:---------------------------------
      3296 s^3 + 688.3 s^2 + 46.3 s + 1

>> n=inv(Gm1)
系统总是提示下面的语句

??? Error using ==> tf.inv
Cannot invert MIMO models with singular feedthrough matrix.

[ 本帖最后由 lxq 于 2006-11-24 09:35 编辑 ]

coldspring 发表于 2006-11-24 20:23

分开求就可以拉

sncsncsnc 发表于 2006-11-29 16:18

Cannot invert MIMO models with singular feedthrough matrix.
这个是什么意思呢?
页: [1]
查看完整版本: 求教:matlab中的求逆