Filter löschen
Filter löschen

*.mat file does not appear in workspace.

16 Ansichten (letzte 30 Tage)
Nor Ashikin
Nor Ashikin am 3 Mai 2016
Beantwortet: Jan am 3 Mai 2016
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.

Akzeptierte Antwort

Jan
Jan am 3 Mai 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.

Weitere Antworten (0)

Kategorien

Mehr zu Workspace Variables and MAT-Files finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by