[SciPy-user] Matlab to Python compiler was Re: LiberMate

Tiziano Zito opossumnano at gmail.com
Sat Feb 21 14:33:11 EST 2009


You may be all interested in 

http://ompc.juricap.com/

it seems very promising too.

tiziano


On Sat 21 Feb, 18:39, Nils Wagner wrote:
> On Sat, 21 Feb 2009 11:38:50 -0500
>   Eric Schug <schugschug at gmail.com> wrote:
> > Eric Schug wrote:
> >> Is there strong interest in automating matlab to numpy 
> >>conversion?
> >>
> >> I have a working version of a matlab to python 
> >>translator.
> >> It allows translation of matlab scripts into numpy 
> >>constructs, 
> >> supporting most of the matlab language.  The parser is 
> >>nearly 
> >> complete.  Most of the remaining work involves providing 
> >>a robust 
> >> translation. Such as
> >>    * making sure that copies on assign are done when 
> >>needed.
> >>    * correct indexing a(:) becomes a.flatten(1) when on 
> >>the left hand 
> >> side (lhs) of equals
> >>       and a[:] when on the right hand side
> >>
> >>
> >> I've seen a few projects attempt to do this, but for one 
> >>reason or 
> >> another have stopped it.
> >>
> >>
> >For those interested, my new project has been uploaded 
> >sourceforge at,
> > http://sourceforge.net/projects/libermate/
> > 
> > Latest version now supports simple command expressions 
> >(e.g hold on)
> > 
> > 
> > 
> > _______________________________________________
> > SciPy-user mailing list
> > SciPy-user at scipy.org
> > http://projects.scipy.org/mailman/listinfo/scipy-user
> 
> Hi Eric,
> 
> You might be interested in some tests.
> 
> Different Matlab Toolboxes are available through
> 
> http://www.maths.manchester.ac.uk/~higham/mg/
> 
> Cheers,
>   
>          Nils
> 
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user



More information about the SciPy-User mailing list