Re: python and matlab

2014-02-08 Thread pavlovevidence
On Thursday, February 6, 2014 5:30:54 AM UTC-8, Sam Adams wrote: > is it able to utilize functions written in Python in Matlab? If it's on Windows, and if it's pure-Python 2.x code, the easiest solution would be to use Iron Python or Jython. Matlab can call Java and .NET code natively. -- http

Re: python and matlab

2014-02-07 Thread Sturla Molden
Rustom Mody wrote: > What Sturla is probably saying is that the matmab-python imp-mismatch is > so high that jumping across is almost certainly not worth the trouble. I am saying that the abundance of Python packages for numerical and scientific computing (NumPy et al.) and their quality is now

Re: python and matlab

2014-02-06 Thread Rustom Mody
On Friday, February 7, 2014 10:58:26 AM UTC+5:30, Sturla Molden wrote: > Sam Adams wrote: > > Thanks Sturla, could you please explain in more details, I am new to Python > > :) > All the information you need to extend or embed Python is in the docs. > Apart from that, why do you need Matlab?

Re: python and matlab

2014-02-06 Thread Sturla Molden
Sam Adams wrote: > Thanks Sturla, could you please explain in more details, I am new to Python :) All the information you need to extend or embed Python is in the docs. Apart from that, why do you need Matlab? A distro like Enthought Canopy or Anaconda has all the tools you will ever need for

Re: python and matlab

2014-02-06 Thread Sam Adams
On Thursday, February 6, 2014 8:55:09 AM UTC-5, Sturla Molden wrote: > Sam wrote: > > > is it able to utilize functions written in Python in Matlab? > > > > Yes, if you embed the Python interpreter in a MEX-file. Thanks Sturla, could you please explain in more details, I am new to Python :) -

Re: python and matlab

2014-02-06 Thread Sturla Molden
Sam wrote: > is it able to utilize functions written in Python in Matlab? Yes, if you embed the Python interpreter in a MEX-file. -- https://mail.python.org/mailman/listinfo/python-list