Error in creating a function
Mostra commenti meno recenti
What's wrong in the following expression?
ObjectiveFunction = @x() sim(net, x')
2 Commenti
Stephen23
il 2 Ago 2018
@x() sim(net, x')
^^^
should be:
@(x) sim(net, x')
^^^
GEORGIOS BEKAS
il 2 Ago 2018
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su MATLAB in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!