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

6 views (last 30 days)
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!

Accepted Answer

Walter Roberson
Walter Roberson on 19 Oct 2019
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.

More Answers (0)

Categories

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

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!