I used profile to check my code for speeding up 90% of my code is going on for
open('filename.mat')
I am looking for ways to speed it up all the files are .mat with around 40K lines on 13 columns I was wondering if you know a way to speed it up, maybe changing it to
load('filename.mat')
Is there a speed difference between them?