how to run matlab script with arguments in python

34

>>> from mlabwrap import mlab
>>> mlab.path(mlab.path(), 'C:\function\directory')
>>> mlab.myFunction('testadaptor', './', 'image.png')

Comments

Submit
0 Comments