Optimizing nonlinear functions with size variant input arguments

1 visualización (últimos 30 días)
I am trying to use the fminsearch() function to create the optimization and I am getting the following error: "Assignment has more non-singleton rhs dimensions than non-singleton subscripts". Does anyone know what could be causing such an error?

Respuesta aceptada

Walter Roberson
Walter Roberson el 22 de Feb. de 2019
That error would happen if your objective function returns a non-scalar.
  2 comentarios
Veniamin Stryzheus
Veniamin Stryzheus el 22 de Feb. de 2019
Yes, that was the problem. Thanks for the feedback and help!
Matt J
Matt J el 22 de Feb. de 2019
You should Accept-click Walter's answer to certify that it solved your problem.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with Optimization Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by