I have a lot of Matlab functions that I need to use in Python. I'm trying to translate them, but it is too hard since I barely know Matlab and I'm still learning Python. Is there a way I can use these functions without translating them?
Asked
Active
Viewed 33 times
0
-
In particular, I would ignore the accepted answer of the duplicate target and look at the other answers. Apparently, Mathworks provides bindings. See [here](http://www.mathworks.com/help/matlab/matlab-engine-for-python.html) – juanpa.arrivillaga Jun 22 '17 at 03:16
-
do you have to pay to get that package? – Lucy_in_the_sky_with_diamonds Jun 22 '17 at 20:08
-
I do not know. I assume you already have a Matlab license? Probably that is sufficient. – juanpa.arrivillaga Jun 22 '17 at 20:19
-
no I don't! that is why I use Python... – Lucy_in_the_sky_with_diamonds Jun 23 '17 at 02:07