MATLAB

To install SCS in Matlab from source:

git clone --recursive https://github.com/bodono/scs-matlab.git

Then in a Matlab session

cd <path/to/scs-matlab>
make_scs

Remember to include the scs-matlab directory in your Matlab path if you wish to use the mex file in your Matlab code.

addpath(pwd)
savepath

See here for the API.