Failure in initial user-supplied objective function evaluation

Réponses (1)

Torsten
Torsten le 8 Avr 2019
Modifié(e) : Torsten le 8 Avr 2019
Try
abc = @fun1;
x0 = [0,0];
f = abc(x0);
and see what is returned in f.

Catégories

En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange

Produits

Tags

Commenté :

le 9 Avr 2019

Community Treasure Hunt

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

Start Hunting!

Translated by