How to use MATLAB .M code in Python without Deplopment , without MATLAB engine ? can share idea's?

7 vues (au cours des 30 derniers jours)
How to use MATLAB .M code in Python without Deplopment , without MATLAB engine ? can share idea's?

Réponse acceptée

Walter Roberson
Walter Roberson le 29 Mar 2019
You have to generate C or C++ code using MATLAB Coder, or you need to use MATLAB Compiler SDK and link to the MATLAB engine.
Unless, that is, you are okay with having a live matlab session for Python to call into, but that uses the MATLAB engine too.
  2 commentaires
voxey
voxey le 29 Mar 2019
Modifié(e) : voxey le 29 Mar 2019
Walter Roberson Thank you,
MATLAB .M code using python, without toch MATLAB engine, coder,deployment,? so only call .M code how to use this features in directly Python? Walter Roberson

Connectez-vous pour commenter.

Plus de réponses (1)

voxey
voxey le 24 Juin 2019
Walter Roberson Matlab Engine not starting? in Linux OS? also setup file not run ? setup.py?

Catégories

En savoir plus sur Call MATLAB from Python 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