Optimizing nonlinear functions with size variant input arguments

조회 수: 4 (최근 30일)
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?

채택된 답변

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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by