Hi, 

I am wondering how spider manages to import .mat file directly into the 
variable explorer (by double clicking on the .mat file) while the content 
of a .mat file is nested when using scipy.io.loadmat

for example to load a mat file 'dummy.mat' that contains 2 matrix A and B :

1) I double click on the file from the spider file explorer and A and B 
will be added in the variable explorer

2) using scipy.io I do:

 x=scipy.io.loadmat('dummy.mat')

and A and B are nested into x

thanks for your help
Eric

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to