tags:

views:

70

answers:

1

Possible Duplicate:
Calling MATLAB functions from python

Hi I wrote a matlab code (that easily could be implimented as a function) that convert a series of BMPs to avi. I want a python program to call to this program/function. how do I do it? thanks

+2  A: 

Take a look at mlabwrap:

Mlabwrap is a high-level python to Matlab® bridge that lets Matlab look like a normal python library.

ars