Re: Any idea how to open Matlab and run M-files by using Python?

2007-12-04 Thread [EMAIL PROTECTED]
On Dec 3, 6:12 pm, sturlamolden <[EMAIL PROTECTED]> wrote: > On 3 Des, 05:02, itcecsa <[EMAIL PROTECTED]> wrote: > > > I am implementing a small Python project, what I am going to do is to > > open Matlab and run some M-files, and get some output from Matlab > > command prompt. > > > I have no idea

Re: Any idea how to open Matlab and run M-files by using Python?

2007-12-03 Thread sturlamolden
On 3 Des, 05:02, itcecsa <[EMAIL PROTECTED]> wrote: > I am implementing a small Python project, what I am going to do is to > open Matlab and run some M-files, and get some output from Matlab > command prompt. > > I have no idea how to open Matlab from Python! Do you really want to do that? NumPy

Re: Any idea how to open Matlab and run M-files by using Python?

2007-12-03 Thread Paul McGuire
On Dec 2, 10:02 pm, itcecsa <[EMAIL PROTECTED]> wrote: > Hi, > > I am implementing a small Python project, what I am going to do is to > open Matlab and run some M-files, and get some output from Matlab > command prompt. > > I have no idea how to open Matlab from Python! > > Any suggestions would b

Re: Any idea how to open Matlab and run M-files by using Python?

2007-12-03 Thread [EMAIL PROTECTED]
Hello, One solution I can think of would be to write an interface to the Matlab command prompt using pexpect, the python implementation of expect. Expect allows you to spawn and interact with other process. There is already a cool implementation of exactly this in Sage, an open source computer alg

Re: Any idea how to open Matlab and run M-files by using Python?

2007-12-03 Thread markacy
On 3 Gru, 05:02, itcecsa <[EMAIL PROTECTED]> wrote: > Hi, > > I am implementing a small Python project, what I am going to do is to > open Matlab and run some M-files, and get some output from Matlab > command prompt. > > I have no idea how to open Matlab from Python! > > Any suggestions would be a

Any idea how to open Matlab and run M-files by using Python?

2007-12-02 Thread itcecsa
Hi, I am implementing a small Python project, what I am going to do is to open Matlab and run some M-files, and get some output from Matlab command prompt. I have no idea how to open Matlab from Python! Any suggestions would be appriciated! -- http://mail.python.org/mailman/listinfo/python-list