Distributing python applications that use Matlab engine
조회 수: 17 (최근 30일)
이전 댓글 표시
If a python code uses the matlab engine and is distributed, does the computer its running on require Matlab or the matlab engine to work?
thanks
댓글 수: 0
답변 (1개)
Jemima Pulipati
2020년 3월 3일
The MATLAB Engine API for Python provides a package for Python to call Matlab as a computational engine. The engine supports the reference implementation (CPython). Matlab supports versions 2.7, 3.6 and 3.7.
As per the installation instructions of ‘Matlab Engine API for Python’ , the computer requires a supported version of Python and Matlab R2014b or later.
For more information please refer to the following link.
댓글 수: 0
참고 항목
카테고리
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!