Borrar filtros
Borrar filtros

Matlab function "pyenv"

9 visualizaciones (últimos 30 días)
Stefan Martinek
Stefan Martinek el 12 de Mzo. de 2023
Respondida: Amith el 20 de Mayo de 2024
I need to convert one function from Matlab to Python. My Matlab version is R2022.b. Compatible Python version is 3.10. Both Matlab and Python are now installed on my PC. When I run the function "pyenv" in Matlab, I receive empty fields and message "Python commands require a supported version of CPython."
Regarding Matlab, I have: Matlab, Financial Toolbox, Optimization Toolbox, and Statistics and Machine Learning Toolbox.
Do I need to get some other toolboxes for Matlab to be able to see/work with Python?
Thank you.
Stefan
  3 comentarios
Stefan Martinek
Stefan Martinek el 13 de Mzo. de 2023
I installed it from python.org, version 3.10, https://www.python.org/downloads/release/python-3109/ bottom of the page "Windows Installer (64 bit)".
Chris
Chris el 13 de Mzo. de 2023
Editada: Chris el 13 de Mzo. de 2023
@Stefan Martinek is the appropriate environment variable for python set? to find out, you can execute these two commands in Matlab:
p = string(strsplit(getenv('PATH'),';')');
p(contains(p,'python'))
It should be something like "C:\Users\[username]\AppData\Local\Programs\Python\Python310\python"
If it's not there, the easiest way to add it would be to re-run the python installer, select "Modify," and "Add Python to enviromnent variables." Then restart Matlab after the installation is complete.

Iniciar sesión para comentar.

Respuestas (1)

Amith
Amith el 20 de Mayo de 2024
Hi,
Once you have installed Python on your system, make sure that your Python environment variable is configured to be at the top of the system's PATH environment variable list.
After doing this,please restart MATLAB and try again.
I hope this helps!
Amith

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Productos


Versión

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by