开发者

Call to MATLAB function in a Python program [duplicate]

开发者 https://www.devze.com 2022-12-27 00:58 出处:网络
This question already has answer开发者_如何学JAVAs here: Closed 12 years ago. Possible Duplicate:
This question already has answer开发者_如何学JAVAs here: Closed 12 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消