Search code examples
pythonmatlabmlabwrap

how to set MATLABPATH in Python and using mlabwrap?


I tried to use mlab.path(path,'/my/path') but failed. Got NameError: name 'path' is not defined in python. Anyone has an idea?


Solution

  • Never mind. I found out how. Use mlab.addpath().