作者heaven1989 (小昱)
看板MATLAB
标题[讨论] robust toolbox 中 mussv的用法
时间Sun Nov 18 16:56:47 2012
如提
在help中的范例程式码为
randn('state',929)
M = randn(5,5) + sqrt(-1)*randn(5,5);
BlockStructure = [-1 0;-1 0;1 1;2 0];
bounds = mussv(M,BlockStructure);
而我的题目是要求delta的bound
但是我所求出来的M值为一2-by-2的矩阵,如下
M = [1/s+2 1/s+2;-3/s+4 -2/s+4]
这样该怎麽使用mussv?
是要将s代randn的值?
还是?
烦请解答~谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.116.134.141