Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
322 views

numpy to matlab interface with mlabwrap

I am looking for a simple way to visualize some of my data in numpy, and I discovered the mlabwrap package which looks really promising. I am trying to create a simple plot with the ability to be ...
0
votes
1answer
63 views

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?