*.mat file does not appear in workspace.

6 次查看(过去 30 天)
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.

采纳的回答

Jan
Jan 2016-5-3
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 个)

类别

Help CenterFile Exchange 中查找有关 Workspace Variables and MAT Files 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by