Optimizing nonlinear functions with size variant input arguments

1 view (last 30 days)
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?

Accepted Answer

Walter Roberson
Walter Roberson on 22 Feb 2019
That error would happen if your objective function returns a non-scalar.

More Answers (0)

Categories

Find more on Get Started with Optimization Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!