How to call Python Script in Matlab
Mostrar comentarios más antiguos
Hi,
I want to call python script into Matlab for further processing. I watched couple of threads mentioned at https://stackoverflow.com/questions/1707780/call-python-function-from-matlab but always gets an error when do this in command prompt
>> py.ReadIFSLog
Unable to resolve the name py.ReadIFSLog
I have MATLAB 2020a. What am I doing wrong?
Respuesta aceptada
Más respuestas (1)
Rifshu Hussain Shaik
el 15 de Feb. de 2022
0 votos
try this in matlab to open python script
system('python filename.py');
Categorías
Más información sobre Call Python from MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!