Convert MATLAB internal function to Python

12 Ansichten (letzte 30 Tage)
Alvaro José
Alvaro José am 12 Apr. 2022
Kommentiert: Alvaro José am 22 Mai 2022
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!

Antworten (1)

Jean-Baptiste Lanfrey
Jean-Baptiste Lanfrey am 13 Apr. 2022
What about generating a Python Package from your MATLAB function?
  1 Kommentar
Alvaro José
Alvaro José am 22 Mai 2022
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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Call Python from MATLAB finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by