MATLAB: Deploying Optimfunctions to Standalone C/C++ Code
I am looking to deploy a function i have created that uses optimvars and optimproblems to a comuter that does not have MATLAB installed by creating a .exe file with the MATLAB Coder. However, optimvars and optimproblems are not supported for code generation.