关于SeDumi

1.最新版本SeDuMi_1_3有bug,在涉及到复数运算时有问题,在源网站上有代码编写者确认

http://sedumi.ie.lehigh.edu/index.php?option=com_fireboard&Itemid=78&func=view&id=4626&catid=9

Re:Problems with complex SDPs in version 1.3 2 Months, 3 Weeks ago  
There is a bug in psdscale.m in SeDuMi 1.3 that affects problems with complex data. I'll fix it very soon (I apologize, I'm in the middle of a move).

You can use Yalmip in the meantime to model complex problems and tell Yalmip to convert your problem into real form. You can achive that by telling YALMIP that SeDuMi doesn't support complex cones. Edit definesolvers.m and look for

solver(i).tag = 'SeDuMi';
solver(i).version = '1.1';

just below that, change the complex flag to 0

solver(i).complex = 0;

2.兼容性问题,使用SeDumi_1_1R3,和matlab2009不兼容,和matlab2007可以联合运行

3.可以使用YALMIP来调用SeDumi

你可能感兴趣的:(matlab)