Why do I receive: EngineError: Import argument 'matlab.internal.engine.input' cannot be found or cannot be imported?
조회 수: 3 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Call MATLAB from Python에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!