.MAT to .DAT
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a prepared a matlab mat file and i want to export it to a text .dat file. The .dat file has to be SPACE-DELIMITED. What is the best way to do this. Thanx!
0 Kommentare
Antworten (1)
Wayne King
am 13 Mär. 2012
Does the .mat file have only numeric data?
You can use dlmwrite with the 'delimiter','\t' option to tab delimit the data. See the help for dlmwrite
You can also just try using save with the -ascii option
0 Kommentare
Siehe auch
Kategorien
Mehr zu Text Files finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!