Error in creating a function
Mostrar comentarios más antiguos
What's wrong in the following expression?
ObjectiveFunction = @x() sim(net, x')
2 comentarios
Stephen23
el 2 de Ag. de 2018
@x() sim(net, x')
^^^
should be:
@(x) sim(net, x')
^^^
GEORGIOS BEKAS
el 2 de Ag. de 2018
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!