How to copy data of one text file to another text file in matlab.
6 次查看(过去 30 天)
显示 更早的评论
I need to copy data (string, space and special characters are included) of one text (.txt) file into another text (.txt) file.
0 个评论
回答(1 个)
Star Strider
2015-5-15
1 个评论
Joseph Cheng
2015-5-15
if you do not want to make just another copy of the file and insert it into another txt file. read up on fopen, fgetl, fwrite, fprintf, and see which ones suit your needs.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Low-Level File I/O 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!