photo

GAO Si


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

Feeds

Visto da

Domanda


I am beginner of Matlab. While I use MATLAB to solve the problem of constrained nonlinear optimization, "Lack of input arguments" are always warning.Did someonecan tell me how to slove this probrem?THx
function f=optfun(x) f=-x(1)*x(2)*x(3); %fmincon_example.m X0=[1,1,1]; A=[1,2,2;0,1,0;0,0,1]; b=[72;5;10]; x=fmincon...

circa 12 anni fa | 1 risposta | 0

1

risposta