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

7 views (last 30 days)
How to use MATLAB .M code in Python without Deplopment , without MATLAB engine ? can share idea's?

Accepted Answer

Walter Roberson
Walter Roberson on 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.

More Answers (1)

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

Community Treasure Hunt

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

Start Hunting!