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!

Respuestas (1)

Jean-Baptiste Lanfrey
Jean-Baptiste Lanfrey el 13 de Abr. de 2022

0 votos

What about generating a Python Package from your MATLAB function?

1 comentario

Alvaro José
Alvaro José el 22 de Mayo de 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.

Iniciar sesión para comentar.

Categorías

Productos

Versión

R2020a

Preguntada:

el 12 de Abr. de 2022

Comentada:

el 22 de Mayo de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by