*.mat file does not appear in workspace.
6 views (last 30 days)
Show older comments
I already saved the s1.wav into mat file (save s1.mat). When I have load the mat file (load s1.mat), the mat file does not appear in the workspace? why it happen? anyone please help.
0 Comments
Accepted Answer
Jan
on 3 May 2016
What is the contents of the saved file?
data = load('s1.mat');
disp(data)
Is it empty? Then loading it will create nothing in the workspace.
0 Comments
More Answers (0)
See Also
Categories
Find more on Workspace Variables and MAT Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!