Convert MATLAB internal function to Python

6 次查看(过去 30 天)
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
What about generating a Python Package from your MATLAB function?
  1 个评论
Alvaro José
Alvaro José 2022-5-22
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Call Python from MATLAB 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by