how to make the data collection result in a file?

1 vue (au cours des 30 derniers jours)
Dhines
Dhines le 5 Juil 2013
these are my datas yy and X..i arranged in a form of data1=[yy;X];.. now i want to make a data1 result in a matlab file.

Réponse acceptée

dpb
dpb le 5 Juil 2013
M
save datafile data1
will write a .mat file DATAFILE.MAT w/ the desired array. use LOAD to retrieve it.
M
doc save % and friends
for more details, options...

Plus de réponses (0)

Catégories

En savoir plus sur Data Import and Export dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by