Community Profile

photo

Grace Kepler

Last seen: 2 days ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
"No module named 'matlab.engine'; 'matlab' is not a package"
The first part of the error message ("No module named 'matlab.engine'") indicates an issue with importing matlab.engine. The sec...

10 days ago | 0

| accepted

Answered
ModuleNotFoundError; running python script in matlab script
Since R2021b you can also run your Python file in MATLAB using "pyrunfile". This also allows you to return data to MATLAB.

2 months ago | 0

Answered
Pyinstaller matlab-engine problem running the .exe on a different machine
See this MATLAB Answers post: How to package MATLAB Engine API for Python with PyInstaller.

2 months ago | 0

Answered
How do read .npy files in matlab?
Yes, use code like this. >> x=py.numpy.load('data.npy')

6 months ago | 0