Matlab optimproblem , optimvar

3 次查看(过去 30 天)
NN
NN 2021-4-26
编辑: Matt J 2021-4-26
Hi,
I am getting errors like this, when I use optimproblem and optimvar.
Function 'optimproblem' not supported for code generation.
Function 'optimvar' not supported for code generation.
What could be the reason? Please please help.
  1 个评论
Image Analyst
Image Analyst 2021-4-26
What toolboxes are those functions in? What toolboxes do you have (type ver in command window)?

请先登录,再进行评论。

回答(1 个)

Matt J
Matt J 2021-4-26
编辑:Matt J 2021-4-26
It means those functions are not supported by the Matlab Coder. You will have to specify the optimization problem in solver-based form.

Community Treasure Hunt

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

Start Hunting!

Translated by