Hey, thank you very much for your reply. - WIndows 7 (i7-4702MQ, 8GB Ram) - Python(x,y) Version 2.7.10 - numpy 1.9.2-8 -scipy: 0.15.1-8 -spyder 2.3.5.2-17
Script: import numpy as np import scipy.io as sio # MatlabStruct.mat is a struct with 4 fields (each 250.000 double values) Result= sio.loadmat(r"...MatlabStruct.mat") # import data from field name data1 data1 = daten[0,0]['data1'] ...if data1 is in the variable explorer - spyder is extremely slow. -- 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/d/optout.
