photo

GAO Si


Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

Feeds

Ver por

Pregunta


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...

casi 12 años hace | 1 respuesta | 0

1

respuesta