I have a few matlab scripts. I want to call them in python. Is something possible like this?
I know a little matlab but very new to python and trying to understand how to work with it.
I have a test.py
and I also have a function written in matlab. I want to obtain the result from matlab and also use that result in python.
I don't know how to do that. I looked at some examples here but didn't understand them could somebody please explain how to do that?
Thank you so much!