embotech / ecos-matlab

Matlab interface for ECOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Matlab interface for ECOS

License:GNU General Public License v3.0


Languages

Language:C 54.1%Language:MATLAB 44.8%Language:Makefile 1.0%Language:M 0.1%