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

5 visualizaciones (últimos 30 días)
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!

Respuesta aceptada

Walter Roberson
Walter Roberson el 19 de Oct. de 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.

Más respuestas (0)

Categorías

Más información sobre Get Started with Optimization Toolbox en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by