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
Run python:
>>> import sys >>> print(sys.executable)
Copy the answer and use it in Matlab as follow:
>> pyversion('C:\Users\84757\AppData\Local\Programs\Python\Python38\python.exe');