Embedding Python in MATLAB Embedding Python in MATLAB numpy numpy

Embedding Python in MATLAB


Try to approach the problem from the Python side: Python is a great glue language, I would suggest you to have Python run your Matlab and C programs. Python has:

  1. Numpy
  2. PyLab
  3. Matplotlib
  4. IPython

Thus, the combination is a good alternative for almost any existing Matlab module.


With matlab 2014b a possibility to call python functions directly in m code was added.