Open 3rdcycle opened 10 years ago
I encountered the third problem, and its stack trace was totally same as yours. It shows mlab.matlabpipe.MatlabConnectionError:timeout. It happened when I want to execute the following commands in Ubuntu: from mlab.releases import latest_release as matlab matlab.plot([1,2,3,4,5],-'o') #failed
But in Windows, it succeeded. I tried to solve it, but found nothing. If you have any suggestions, I will be very thankful.
I encountered the same issue, and solved by following the official website instruction: https://cn.mathworks.com/help/matlab/matlab-engine-for-python.html
Hi, I stumbled across a few issues while evaluating mlab for our project. For two of them I found the cause, on the third I gave up and moved on ;-). Anyway here's what I found, hope it helps. And sorry for reporting everything in one issue, but unfortunately I can't spend to much time on this.
sys.platform
returns "darwin" on the mac which obviously contains the string "win".MLabWrap
twice inget_mlab_instance
.