PhilippB
Student
- May 10, 2021
- 3
Hello everyone,
I am currently working on a project in which I am doing a data analysis with Python. The data that I use as a basis comes from a Matlab script that was not written by me. My approach for the connection is based on the link below.
But when I try to run import matlab.engine in my Jupyter notebook, it shows the following error message:
That surprises me because I have actually already installed the Matlab package several times. I use Python 3.7 and my Matlab version is 2021a (with license).
I hope that someone can help me. I am also grateful for alternative approaches.
Best regards Philipp
I am currently working on a project in which I am doing a data analysis with Python. The data that I use as a basis comes from a Matlab script that was not written by me. My approach for the connection is based on the link below.
But when I try to run import matlab.engine in my Jupyter notebook, it shows the following error message:
ModuleNotFoundError: No module named 'matlab.engine'; 'matlab' is not a package
That surprises me because I have actually already installed the Matlab package several times. I use Python 3.7 and my Matlab version is 2021a (with license).
I hope that someone can help me. I am also grateful for alternative approaches.
Best regards Philipp