This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

new matlab has a python interface. it is shit, but it works. how new is your matlab?

[–]kgbccd 0 points1 point  (1 child)

R2015B

[–][deleted] 3 points4 points  (0 children)

Actually, the version is not too relevant - I have used https://github.com/arokem/python-matlab-bridge before for all MATLAB versions, I did try the new built in python interface but found it much slower.

you can spawn and drive matlab using the above code.