Python to Matlab interfacing
조회 수: 1 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (1개)
Thiago Henrique Gomes Lobato
2019년 12월 15일
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!