Why do I receive: EngineError: Import argument 'matlab.in​ternal.eng​ine.input' cannot be found or cannot be imported?

3 visualizaciones (últimos 30 días)
Hello,
I installed the Python engine module as
On Mac or Linux systems:
cd "matlabroot/extern/engines/python"
python setup.py install
No error message. But when I try the example:
import matlab.engine
eng = matlab.engine.start_matlab()
print(eng.sqrt(4))
I get:
EngineError: Import argument 'matlab.internal.engine.input' cannot be found or cannot be imported.
No clue what is going on. Shouldn't this be tested at the installation time? I appreciate any comments.
Thanks, -fernando

Respuestas (1)

Wasikar
Wasikar el 21 de Feb. de 2018
In python sqrt always returned as float.Try sqrt(4.0)

Categorías

Más información sobre Call MATLAB from Python en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by