Failure in initial user-supplied objective function evaluation

Respuestas (1)

Torsten
Torsten el 8 de Abr. de 2019
Editada: Torsten el 8 de Abr. de 2019
Try
abc = @fun1;
x0 = [0,0];
f = abc(x0);
and see what is returned in f.

Categorías

Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 7 de Abr. de 2019

Comentada:

el 9 de Abr. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by