Borrar filtros
Borrar filtros

output command of fimcon

1 visualización (últimos 30 días)
kintali narendra
kintali narendra el 10 de Mayo de 2012
x0=[6.7441;27.7461;0.0063;0.1461;0.7874];
options=optimset('Algorithm','active-set');
[x,fval,exitflag,output,lambda,grad,hessian]=fmincon(@myfun,x0,[],[],[],[],[],[],@confun,options)
dear friend these are the commands i have given in 'command window' of matlab,but i am unable to get the right answer. in 'myfun.m' i wrote the main function. in 'confun.m' i wrote my constraints. i used all the algorithms available in fmincon programming.
  1 comentario
Oleg Komarov
Oleg Komarov el 10 de Mayo de 2012
You didn't ask any question. Also, how do we know what the right answer should be?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by