Installing Python Matlab Engine

I was trying to install the matlab engine for python, so I can call matlab functions from my python scripts.

As reference Im using the following: http://uk.mathworks.com/help/matlab/matlab_external/install-the-matlab-engine-for-python.html

It says the setup.py file is in matlabroot \ extern \ engines \ python, however my external folder does not contain the engines folder (examples only, include, lib)

Am I looking in the wrong place? Or is there another way to fix this? I'm using matlab 2012b and python 2.7 if that matters

+3


source to share


1 answer


Looking at the Matlab 2014 release notes, the Python engine didn't exist until R2014b, so I don't think you will be able to use it in 2012.



http://uk.mathworks.com/help/matlab/release-notes.html

+8


source







All Articles