Error in creating a function
Afficher commentaires plus anciens
What's wrong in the following expression?
ObjectiveFunction = @x() sim(net, x')
2 commentaires
Stephen23
le 2 Août 2018
@x() sim(net, x')
^^^
should be:
@(x) sim(net, x')
^^^
GEORGIOS BEKAS
le 2 Août 2018
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!