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

8 次查看(过去 30 天)
How to use MATLAB .M code in Python without Deplopment , without MATLAB engine ? can share idea's?

采纳的回答

Walter Roberson
Walter Roberson 2019-3-29
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.

更多回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Call MATLAB from Python 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by