Skip to content

embotech/ecos-matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.