*.mat file does not appear in workspace.

조회 수: 6 (최근 30일)
Nor Ashikin
Nor Ashikin 2016년 5월 3일
답변: Jan 2016년 5월 3일
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