필터 지우기
필터 지우기

not enough input arguments error? (fmincon)

조회 수: 1 (최근 30일)
Sameer
Sameer 2014년 5월 29일
Hello:
I tried running fmincon, but in the main program it says the function does not have enough input arguments.
f = W'*VCVMatx*W;
i=1; while i<=rows(ERGrid); ExpectedReturn = ERInc(i); [W] = fmincon('objfun',x0,swtOther_A,swtOther_b,swtOther_Aeq,swtOther_beq,swtMinWt1,swtMaxWt1,[],options); ERGrid(2:swtN+1,i) = W; i=i+1; end;
W is a 10X1 vector while VCVMatx is a 10X10 matrix.
fmincon cannot run as a result.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by