nazmul.is...@gmail.com <nazmul.is...@gmail.com> wrote: > I need to call a python function from a Matlab environment. Is it > possible? > > Let's assume, I have the following python code: > > def squared(x): > y = x * x > return y > > I want to call squared(3) from Matlab workspace/code and get 9. > > Thanks for your feedback. ... try this: http://pypi.python.org/pypi/pymatlab Regards Adam Przybyla -- http://mail.python.org/mailman/listinfo/python-list
- Call python function from Matlab nazmul.is...@gmail.com
- Re: Call python function from Matlab Adam Przybyla
- Re: Call python function from Matlab Thomas Rachel
- Re: Call python function from Matlab Thomas Rachel