0

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267
ariel
  • 2,637
  • 4
  • 20
  • 12

1 Answers1

2

Take a look at mlabwrap. Mlabwrap is a high-level Python-to-MATLAB® bridge that lets MATLAB look like a normal Python library.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
ars
  • 120,335
  • 23
  • 147
  • 134