How to copy data of one text file to another text file in matlab.
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I need to copy data (string, space and special characters are included) of one text (.txt) file into another text (.txt) file.
0 Commenti
Risposte (1)
Star Strider
il 15 Mag 2015
1 Commento
Joseph Cheng
il 15 Mag 2015
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.
Vedere anche
Categorie
Scopri di più su Low-Level File I/O in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!