Convert MATLAB internal function to Python

Hello all,
I'm currently running some simulations using MATLAB code. Within this code, I use internal functions such as modalfrf, modalsd and armax. After I have some simulation results, I would like to implement this code in Python so that it can be run on a remote server for a web application.
Is there any way that I can use this internal MATLAB functions on my Python code?
Thanks in advance!

답변 (1개)

Jean-Baptiste Lanfrey
Jean-Baptiste Lanfrey 2022년 4월 13일

0 개 추천

What about generating a Python Package from your MATLAB function?

댓글 수: 1

Thanks for the answer!
I haven't heard of this tool, it is a really interesting possibility. However, I was looking for a more native approach, without depending on any external matlab engine.
much appreciated.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

제품

릴리스

R2020a

질문:

2022년 4월 12일

댓글:

2022년 5월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by