Change file extension from .dat to .csv
19 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi there,
Please excuse if this is a naive question...I have searched the web all day with no joy. I have quite a large number of ASCII .dat files of mixed string and numeric data and I would like to change the file extension to .csv. Is there a simple way of doing this?
0 Kommentare
Akzeptierte Antwort
Fangjun Jiang
am 18 Apr. 2011
help movefile
help copyfile
or
!ren *.dat *.csv
2 Kommentare
Walter Roberson
am 18 Apr. 2011
The !ren option would at best work on Windows systems.
I also recommend the FAQ: http://matlab.wikia.com/wiki/FAQ?cb=4562#How_can_I_process_a_sequence_of_files.3F
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Audio and Video Data 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!