zihaoyu
zihaoyu

Reputation: 5721

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?

Upvotes: 2

Views: 421

Answers (1)

zihaoyu
zihaoyu

Reputation: 5721

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

Upvotes: 3

Related Questions