/ecos-matlab

Matlab interface for ECOS

Primary LanguageCGNU General Public License v3.0GPL-3.0

ecos-matlab

Matlab interface for ECOS, the Embedded Conic Solver. For detailed documentation please visit this page.

Repository Content

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 file
  • test: testing code - run batchtest.m to run different tests

Using ECOS in MATLAB

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.