Filter löschen
Filter löschen

how to save data in matlab file

2 Ansichten (letzte 30 Tage)
xueqi
xueqi am 8 Mär. 2013
Hi fellows, Right now I am using things like
if true
% DD=xlsread('parameters.xlsx');
end
to read in data from excel. Is there anyway that I can just export the data in excel as matlab file format. It is just sometimes if my excel program doesn't work, then I can't run my matlab program. That is quite annoying...So could you tell me how to do that?

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 8 Mär. 2013
Bearbeitet: Azzi Abdelmalek am 8 Mär. 2013
You can use save and load command
save filname DD
DD will be saved in a filname.mat
to get your data
load filname

Weitere Antworten (0)

Kategorien

Mehr zu Standard File Formats finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by