Error in creating a function
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
GEORGIOS BEKAS
il 2 Ago 2018
Commentato: GEORGIOS BEKAS
il 2 Ago 2018
What's wrong in the following expression?
ObjectiveFunction = @x() sim(net, x')
2 Commenti
Risposta accettata
madhan ravi
il 2 Ago 2018
Modificato: madhan ravi
il 2 Ago 2018
hi try this,
ObjectiveFunction = @(x) sim(net, x')
REASON: FUNCTION HANDLE SHOULD BE DETERMINED INSIDE PARENTHESES.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Chebyshev in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!