Hello, i want to call Matlab-Functions from Python. How can i choose between different Matlab-Versions? Maybe i want to launch Matlab 2013 64-Bit or Matlab 2015 64-bit.
조회 수: 2 (최근 30일)
이전 댓글 표시
I want to choose between different Matlab-Version. E.g. R2013 32-Bit and R2015 64-Bit. My Code is:
import matlab.engine eng = matlab.engine.start_matlab() % here i want to choose the matlab-version! tf = eng.isprime(37) print(tf)
댓글 수: 0
채택된 답변
Bo Li
2016년 4월 5일
This feature is not available in Python Engine. Currently Python Engine only works with the MATLAB version that it is shipped with.
추가 답변 (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!