Call to MATLAB function in a Python program [duplicate]
Possible Duplicate:
Calling MATLAB functions from python
I wrote MATLAB code (that easily could be implemented as a function) that convert a series of BMP files to AVI files. I want a Python program to call to this program/function. How do I do it?
Take a look at mlabwrap. Mlabwrap is a high-level Python-to-MATLAB® bridge that lets MATLAB look like a normal Python library.
精彩评论