I want call python3.4 from the matlab. The default version is python2.7, when I run pyversion in matlab, it shows :
version: \'2.7\' executable: \'/usr/bi
I ran into a similar issue (R2015b, Ubuntu) and did not solve it with the accepted answer. I had to execute
python3 MATLABROOT/toolbox/matlab/external/interfaces/python/+python/+internal/pyinfo.py
without modifying it from the command line to make it work.