I found a solution by accident. For some reason, import matlab.engine from my Jupyter Notebook is not running. But if I call it in PyCharm (same environment) it works.
Just one last question. Could that be the reason or am I missing something?
Thank you everyone for helping me.
@MacGyverS2000:
I followed the instructions in the following link. I therefore believe that engine should actually be part of the Matlab package (similar to matplotlib.pyplot where matplotlib only has to be installed). I am not sure though. Do you have any...
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...