fminsearchbnd()函数
链接:https://pan.baidu.com/s/1apc6_f92rDnV_NwHpZZpDQ?pwd=xul8
提取码:xul8
fminsearchbnd, fminsearchcon - File Exchange - MATLAB Central (mathworks.cn)
若链接失效,可以自行注册下载,操作也很简单,得到安装包之后,添加路径即可运行。
测试代码
f=@(x)[100*(x(2)-x(1)^2)^2+(1-x(1))^2]; x=fminsearchbnd(f,[0,0],[2,3],[4,6]), format long
x =
2.000000000241948 3.999999672561708