mrkrd / matlab_wrapper

Easy to use MATLAB wrapper for Python
GNU General Public License v3.0
78 stars 23 forks source link

how can run .m files #8

Closed mlkmhd closed 9 years ago

mlkmhd commented 9 years ago

how can create matlab session object then run a .m file on it?

mrkrd commented 9 years ago

mahdi notifications@github.com writes:

how can create matlab session object then run a .m file on it?

Please check example file eval_m_file.py [1]

Let me know, if you have more questions.

Cheers Marek

[1] https://github.com/mrkrd/matlab_wrapper/blob/master/examples/eval_m_file.py