'python' is not recognized as an internal or external command, operable program or batch file.

10 vues (au cours des 30 derniers jours)
Hi everyone,
I am getting the above problem when I am running the python scripts in matlab. I have referred some of the previous asked questions on the above topic, however none of it actually worked for me. I tried using system('python program_name.py'), also tried with the inbuilt program converting perl.m to python.m by replacing the the keyword perl to python yet got no results. So, I request you to help me out with this issue.
Thanks in advance
  2 commentaires
Walter Roberson
Walter Roberson le 30 Avr 2019
Which MATLAB release are you using, and which operating system?
ABHAY K K
ABHAY K K le 1 Mai 2019
Hi Walter Roberson, i am using Window 8.1 and Matlab 2018a version.

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 1 Mai 2019
You would not use python as the command; you would create objects from the py package.
You might need to install Python since you are using windows; see https://www.mathworks.com/help/matlab/matlab_external/call-python-from-matlab.html

Catégories

En savoir plus sur Call Python from MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by