ipython error using matlab.engine
Mostra commenti meno recenti
Hi, I've just installed Matlab R2014b, and am trying to use matlab.engine in ipython. I'm running Mac OS X 10.9.5 The code and error message are
In [1]: import matlab.engine /Users/pmzrdw/anaconda/bin/python.app: line 3: 6203 Segmentation fault: 11 /Users/pmzrdw/anaconda/python.app/Contents/MacOS/python "$@"
It seems to work okay in python, but not in ipython. Any ideas?
Many thanks,
Richard
Risposte (2)
Bo Li
il 28 Gen 2015
0 voti
The document says that the engine supports the reference implementation (CPython) for Python versions 2.7 and 3.3:
Trevor
il 31 Gen 2015
0 voti
I'm also suffering from this same problem but it seems to also plague Anaconda's regular python terminal...
1 Commento
Richard Wilkinson
il 31 Gen 2015
Categorie
Scopri di più su Call MATLAB from Python in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!