How to use a optimization toolbox in MATLAB Cody problem?

2 次查看(过去 30 天)
I'm trying to solve one problem in Cody, but a function 'fmincon' is not recognized by the online compiler. Is there any way to use functions in optimization toolbox in Cody?
  2 个评论
Rik
Rik 2022-1-4
That's odd. I thought the Cody engine had access to all toolboxes.
Dyuman Joshi
Dyuman Joshi 2024-1-16
It did, in the initial days. The support for Toolboxes from Cody has been rescinded since a long time.
The Cody help section mentions this as well - "Cody supports MATLAB and not the toolboxes."
Though I do not know when this change was implemented.

请先登录,再进行评论。

采纳的回答

John D'Errico
John D'Errico 2022-1-4
编辑:John D'Errico 2022-1-4
The problem is, CODY solvers are assumed to have equal capability to solve a problem. If I don't have the optimization toolbox, then I could not test and run code that uses a function from that toolbox. And that would be unfair to those who lack a given toolbox. For example, suppose I see a way to solve a problem trivially using a tool like intlinprog. My code might now be a simple one liner, that otherwise would take a great deal of effort. That would be unfair to every other solver who lacks that toolbox.
It just makes sense that CODY would have no additional toolboxes, nothing beyond that which is in MATLAB proper.
See this question:

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with Optimization Toolbox 的更多信息

标签

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by