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

5 visualizzazioni (ultimi 30 giorni)
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!

Risposta accettata

Walter Roberson
Walter Roberson il 19 Ott 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.

Più risposte (0)

Categorie

Scopri di più su Get Started with Optimization Toolbox in Help Center e File Exchange

Prodotti


Release

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by