Python to Matlab interfacing

1 view (last 30 days)
Muhammad Usama
Muhammad Usama on 15 Dec 2019
Good afternon
I want to ask a question,i have made some functions in Python which contains the function of PSCAD.
Now i am interested to call Python from Matlab. Means from Matlab command i want to run Python file
I am not getting any command to call my user defined python file.
Please help me in this regard

Answers (1)

Thiago Henrique Gomes Lobato
Matlab can easily call python functions from the command, check this link from mathworks that explain how you can call your own modules https://de.mathworks.com/help/matlab/matlab_external/call-user-defined-custom-module.html

Community Treasure Hunt

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

Start Hunting!