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 views (last 30 days)
Show older comments
Gerald Duckstein
on 5 Apr 2016
Commented: Gerald Duckstein
on 6 Apr 2016
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 Comments
Accepted Answer
Bo Li
on 5 Apr 2016
This feature is not available in Python Engine. Currently Python Engine only works with the MATLAB version that it is shipped with.
More Answers (0)
See Also
Categories
Find more on Call MATLAB from Python in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!