Hi,
I am now implementing a small Python project, what I am going to do is to
lunch Matlab and run some M-files, and get some output from Matlab command
prompt. This project will be used on both Windows 32 and Linux.
I have no idea how to open Matlab from Python! Do I have to make Matlab
C/C++ source codes to be Python modules so that they can be called by
Python?
Any suggestions would be appreciated!