how can i plot this code into a banana solutiongraph?

2 visualizaciones (últimos 30 días)
risky amalia
risky amalia el 23 de Mzo. de 2020
Comentada: Alan Weiss el 25 de Mzo. de 2020
options = optimoptions(@fminunc,'Display','iter','Algorithm','quasi-newton');
[x,fval,exitflag,output] = fminunc(fun,x0,options);
%%thank you so much

Respuestas (1)

Alan Weiss
Alan Weiss el 24 de Mzo. de 2020
Perhaps what you are asking relates to this example:
If so, then open the example and use the attached output function. If not, then please ask again.
Alan Weiss
MATLAB mathematical toolbox documentation
  2 comentarios
risky amalia
risky amalia el 25 de Mzo. de 2020
yes i tried that, but the code is just for show the value of optimization, not to plot into grap
Alan Weiss
Alan Weiss el 25 de Mzo. de 2020
The attached output function plots into the graph. You have to open the example to be able to access the bananaout output function.
Alan Weiss
MATLAB mathematical toolbox documentation

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by