i dont understad where is my mistake, or what i should do to resolve it:
显示 更早的评论
options = optimset(@fmincon,'Display','iter','Algorithm','interior-point');
result: ??? Error using ==> optimset at 151 Expected argument 1 to be a string parameter name or an options structure created with OPTIMSET.
please help
回答(2 个)
Alan Weiss
2013-5-7
0 个投票
As detailed in the function reference page, OPTIMSET does not take an initial argument of the solver name. That syntax is for OPTIMOPTIONS, which was introduced in R2013a.
Alan Weiss
MATLAB mathematical toolbox documentation
gjergj ndoci
2013-5-7
0 个投票
2 个评论
Alan Weiss
2013-5-7
Would you then "accept" my answer? Thanks,
Alan Weiss
MATLAB mathematical toolbox documentation
gjergj ndoci
2013-5-8
编辑:gjergj ndoci
2013-5-12
类别
在 帮助中心 和 File Exchange 中查找有关 Quadratic Programming and Cone Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!