 |
Loading Data into Python - Python Wiki - Vibrationdata
General purpose import of data loadmat() The scipy.loadmat function allows you to import data from a Matlab .mat file. I (Paul) tried creating a very simple Matlab save file as follows: a=randn(10,10); e=eig(a); c.mat=a; c.eig=e; save I was able to read t
vibrationdata.com |
 |