Error in creating a function
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
GEORGIOS BEKAS
el 2 de Ag. de 2018
Comentada: GEORGIOS BEKAS
el 2 de Ag. de 2018
What's wrong in the following expression?
ObjectiveFunction = @x() sim(net, x')
2 comentarios
Respuesta aceptada
madhan ravi
el 2 de Ag. de 2018
Editada: madhan ravi
el 2 de Ag. de 2018
hi try this,
ObjectiveFunction = @(x) sim(net, x')
REASON: FUNCTION HANDLE SHOULD BE DETERMINED INSIDE PARENTHESES.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Chebyshev en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!