How can I solve the error of {Undefined operator '.^' for input arguments of type 'optim.pro​blemdef.Op​timization​Expression​'}?

조회 수: 6 (최근 30일)
Hi,
I am running a Matlab Optimization Problem example as explained here, using MATLAB R2017b version :
But I receive the folowing error:
Undefined operator '.^' for input arguments of type 'optim.problemdef.OptimizationExpression'.
Can anyone help with a hint about how to solve it?
Thank you!

채택된 답변

Walter Roberson
Walter Roberson 2019년 10월 19일
You cannot fix that problem in that release. The first release or two of Problem Based Optimization supported only linear problems. Then support for quadratic programming was added if I recall correctly: until that was added, .^ would have produced systems that the solver could not deal with.
I have not checked recently to see if support for higher powers has been added.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Optimization Toolbox에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by