Setting up the fminunc function

2 ビュー (過去 30 日間)
ektor
ektor 2017 年 12 月 25 日
回答済み: Star Strider 2017 年 12 月 25 日
Dear all I want to maximize a function, where the univariate unknown, x, with respect to which the maximization takes place is bound between -1 and 1. This is the only constraint. So, I use this
[xx,fval,exitflag,output,lambda,grad,HH]=fmincon('sfunction',x0,...
[],[],[],[],-1,1,[], options,...);
My question is if the set up
[],[],[],[],-1,1,[]
inside the fmincon function is the correct one.

採用された回答

Star Strider
Star Strider 2017 年 12 月 25 日
‘My question is if the set up ... inside the fmincon function is the correct one.’
As I read the documentation, yes, it is, except for the ‘...’ after your ‘options’ call. I have not experimented with something like your code, but the extra ellipsis at the end of the argument list could throw an error. Try it and find out.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSolver Outputs and Iterative Display についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by