用quadprog求解,<BR>目标函数为:min 1/2 * x' *H* x + f' *x,满足:A*coe<=b<BR><BR>[x,fval,exitflag]=quadprog(H,f,A,b);<BR>结果提示:<BR>Warning: Large-scale method does not currently solve this problem formulation,<BR>switching to medium-scale method.<BR>然后matlab一直处于busy状态,等了一天也没算出来<BR>我的H尺寸是:32×32,A的尺寸为:94×32<BR>应该不算大吧?<BR>有可能是什么问题呢?<BR>qqq<BR><BR><BR>