Effacer les filtres
Effacer les filtres

Are there any up-to-date MATLAB to Python converters?

5 vues (au cours des 30 derniers jours)
Peter Tillema
Peter Tillema le 2 Sep 2021
Réponse apportée : Taylor le 15 Avr 2024
Hello there! At my work currently we use a lot of MATLAB code. However, recently, the question popped up if it's possible to slowly migrate to Python, and it was my task to figure out if it's possible to migrate all the scripts automatically. After a lot of research, I sadly couldn't find any up-to-date MATLAB -> Python converters. I know this question has been asked before, so let me state my findings:
  • SMOP - looks pretty good, although it is still a WIP and doesn't have many features.
  • OMPC - this seemed to be pretty good for its time, but it looks like the repository doesn't exists anymore, and a GitHub mirror was last updated back in 2010, so not very helpful at all.
  • Mat2py - this was developed for Python 2.5, which is clearly outdated nowadays. Plus, it looks like it's not very extensive
  • matlab2python - a wrapper around SMOP plus a little bit more? No idea if it works properly
So, my question is, are there any up-to-date MATLAB to Python converters/compilers? Or is there something under active development I can maybe help with? If not, I might give it a try myself, since it looks very promising!
Note that I'm not looking for wrappers which basically uses the MATLAB API but something entirely independent of MATLAB.
Thanks in advance!
  1 commentaire
Weiping Wang
Weiping Wang le 15 Avr 2024
Hi Peter,
Can I ask if you found any live converters?
Thanks!
Chao

Connectez-vous pour commenter.

Réponses (1)

Taylor
Taylor le 15 Avr 2024
You can compile MATLAB code/functions directly to a Python Package using MATLAB Compiler. https://www.mathworks.com/help/compiler_sdk/gs/create-a-python-application-with-matlab-code.html

Catégories

En savoir plus sur Call Python from MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by