搜索资源列表
原constr 现fmincon函数调用区别
- 原constr 现fmincon函数调用区别 低版本MATLAB与高版本区别
fmincon
- 局部优化,能够求出最小值,如果给出了一个范围-Local optimization, can be obtained a minimum, if a range is given
2_2
- 优化工具箱提供fmincon函数用于对有约束优化问题进行求解-Optimal toolbox fmincon function to provide the constrained optimization solution
Matlab-fmincon
- matlab中的非线性规划求解fmincon函数,能够实现参数传递条件的函数优化-The fmincon function,as the nonlinear optimization solver in matlab, can also realize optimization under the condition of parameter passing
风力机叶片设计
- 基于wilson法的风力机叶片设计,应用MATLAB中fmincon函数对轴向和周向诱导因子求解-Wilson law-based wind turbine blade design using MATLAB fmincon function of the axial and circumferential inducible factor solution
fmincon
- matlab中优化设计非线性约束fmincon的使用方法-The use of matlab in nonlinear constraint optimization design fmincon method
ymincon
- 内点法 fmincon 使用例子,matlab 内部的函数提取出来了,保存成了ymincon(yingyubuhao ,yingyubuhao buzhidaoshuoxiehsnme)
用matlab编程求解线性约束优化问题的fmincon函数例子
- matlab编程求解线性约束优化问题 minf(X)=-x1x2x3 s.t. -x1-2x2-2x3<=0 x1+2x2+2x3<=72