一个数学模型的优化 function testcon() %% 设置初始值 一个数学模型的优化 function testcon() %% 设置初始值,上下限; x0=[18 13 11] lb=[3 0.1 7] ub=[25 1 25] %% 调用优化求... 📅 2013-12-17