Clear Filters
Clear Filters

python to MATLAB

3 views (last 30 days)
Mech Princess
Mech Princess on 6 Dec 2011
Answered: Sarah Palfreyman on 15 Oct 2014
Hi, I am using a program called NENGO (<http://nengo.ca>) (open access) which codes stuff in python. I want to run the python file (*.py) from matlab in nengo itself and export data into matlab. Does anyone know a code for this? thanks

Accepted Answer

Sarah Palfreyman
Sarah Palfreyman on 3 Oct 2014
As of MATLAB R2014b there exists bi-directional support for directly interfacing MATLAB and Python.

More Answers (2)

Walter Roberson
Walter Roberson on 6 Dec 2011
You might be interested in PyMat http://pymat.sourceforge.net/, and possibly in OMPC http://ompc.juricap.com/
  1 Comment
Mech Princess
Mech Princess on 21 Jul 2012
Edited: Mech Princess on 21 Jul 2012
Thanks. will read and try

Sign in to comment.


Sarah Palfreyman
Sarah Palfreyman on 15 Oct 2014
Two links for more information and examples: MATLAB Engine for Python an Calling Python from MATLAB

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!