How do I properly install Matlab Engine using the anaconda package manager for Python?
At the moment, I’m running Python 3.5 and Matlab R2015a on a 64-bit Windows 10 laptop. I’m using Anaconda as my Python package manager and want to run some Matlab scripts from Python using . I’ve used the classic Anaconda command to install Matlab engine:
conda install matlab_engine
However, even after Matlab engine has supposedly been installed, I get an error message whenever I type in the following command to Python.
import matlab.engine
The error just reads "no module called matlab". I’m really unsure of what to do. Am I doing something blatantly incorrect or is there another way I can install Matlab engine.
Thank you for your help.At the moment, I’m running Python 3.5 and Matlab R2015a on a 64-bit Windows 10 laptop. I’m using Anaconda as my Python package manager and want to run some Matlab scripts from Python using . I’ve used the classic Anaconda command to install Matlab engine:
conda install matlab_engine
However, even after Matlab engine has supposedly been installed, I get an error message whenever I type in the following command to Python.
import matlab.engine
The error just reads "no module called matlab". I’m really unsure of what to do. Am I doing something blatantly incorrect or is there another way I can install Matlab engine.
Thank you for your help. At the moment, I’m running Python 3.5 and Matlab R2015a on a 64-bit Windows 10 laptop. I’m using Anaconda as my Python package manager and want to run some Matlab scripts from Python using . I’ve used the classic Anaconda command to install Matlab engine:
conda install matlab_engine
However, even after Matlab engine has supposedly been installed, I get an error message whenever I type in the following command to Python.
import matlab.engine
The error just reads "no module called matlab". I’m really unsure of what to do. Am I doing something blatantly incorrect or is there another way I can install Matlab engine.
Thank you for your help. matlab engine MATLAB Answers — New Questions