I was wondering of how I can load several matlab files in python. I am very new to python and don't know much
I am using scipy.io.loadmat('/~/20130228_100000_3D_E=1.mat')
and then I save the data in .vts format
How can I do this with all the available matlab files I have by running my program only once?
Thanks
More answer...