Change file extension from .dat to .csv
34 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Fangjun Jiang
2011-4-18
help movefile
help copyfile
or
!ren *.dat *.csv
2 个评论
Walter Roberson
2011-4-18
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
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!