Error in creating a function
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
GEORGIOS BEKAS
le 2 Août 2018
Commenté : GEORGIOS BEKAS
le 2 Août 2018
What's wrong in the following expression?
ObjectiveFunction = @x() sim(net, x')
2 commentaires
Réponse acceptée
madhan ravi
le 2 Août 2018
Modifié(e) : madhan ravi
le 2 Août 2018
hi try this,
ObjectiveFunction = @(x) sim(net, x')
REASON: FUNCTION HANDLE SHOULD BE DETERMINED INSIDE PARENTHESES.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Chebyshev dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!