How to use a optimization toolbox in MATLAB Cody problem?

2 visualizaciones (últimos 30 días)
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 comentarios
Rik
Rik el 4 de En. de 2022
That's odd. I thought the Cody engine had access to all toolboxes.
Dyuman Joshi
Dyuman Joshi el 16 de En. de 2024
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.

Iniciar sesión para comentar.

Respuesta aceptada

John D'Errico
John D'Errico el 4 de En. de 2022
Editada: John D'Errico el 4 de En. de 2022
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:

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

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by