Matlab interface for ECOS, the Embedded Conic Solver. For detailed documentation please visit this page.
You will find the following directories in this repository:
bin
: directory with the script for making a MEX binary (makemex.m) and other helper files for ecos-matlab.conelp
: Matlab implementation of ECOS with different linear system solver options.src
: mex interface C filetest
: testing code - run batchtest.m to run different tests
ECOS can be used in three different ways within MATLAB:
In either case, a compiled mex binary is required, which can be downloaded from embotech. The bottom part of the latter page also explains how to build it from source.