Reputation: 39
I'm new to matlab. I am using matlab r2010b. I have saved a .mat file and cannot get it to open in matlab. Is there a function that I must use to view the file? Any suggestions would be greatly appreciated.
Upvotes: 0
Views: 67
Reputation: 382
Check load and importdata. The variables will have the names you stored them as.
Upvotes: 3