Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by PhilippB

  1. PhilippB

    Call MATLAB Functions from Python

    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?
  2. PhilippB

    Call MATLAB Functions from Python

    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...
  3. PhilippB

    Call MATLAB Functions from Python

    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...

Part and Inventory Search

Back
Top