MATLAB: Can I call MATLAB from Python 3.5

python

I am trying to install the MatLab engine for Python. I am running Python 3.5 and according to MathWorks website, this version is supported. When attempting to install I get an error telling me that Python 3.5 is not supported. So am confused on whether or not it is supported and I am curious as to whether there is a work around somewhere.
Thanks

Best Answer

Support for Python 3.5 was added in release R2016b. I suspect you're using an earlier release of MATLAB.
The online documentation describes the functionality that is available in the most recent release. If you're using a release that is not the most recent, you may want to use the locally installed documentation to check whether the functionality you want to use is available.
Related Question