ryan lawrence
ryan lawrence

Reputation: 39

Opening previously saved matlab file

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

Answers (1)

Sridutt
Sridutt

Reputation: 382

Check load and importdata. The variables will have the names you stored them as.

Upvotes: 3

Related Questions