Error in creating a function
Ältere Kommentare anzeigen
What's wrong in the following expression?
ObjectiveFunction = @x() sim(net, x')
2 Kommentare
Stephen23
am 2 Aug. 2018
@x() sim(net, x')
^^^
should be:
@(x) sim(net, x')
^^^
GEORGIOS BEKAS
am 2 Aug. 2018
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!