*.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 Center および File ExchangeWorkspace 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