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)

採用された回答

Bo Li
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.
  1 件のコメント
Gerald Duckstein
Gerald Duckstein 2016 年 4 月 6 日
Hello Bo Li,
thank you very much!
It is impossible to choose between a e.g. 32-bit and 64-bit version of matlab 2015? Both is installed on my computer.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCall MATLAB from Python についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by