Read text file and append
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How do i read a text file from line x to line y, and store in a new text file? Also how can i create a new text pile by appending 3 different text files?
0 Commenti
Risposta accettata
Image Analyst
il 29 Ago 2013
It's a really really easy and straightforward adaption of the answer I gave in http://www.mathworks.com/matlabcentral/answers/85961#answer_95486 and you should have no trouble now doing this yourself. Just have another loop in the beginning where you read and throw away/ignore the first x-1 lines and quit reading when your line counter gets to y. A smart engineer like you should be able to do it in 2 minutes.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Import and Export in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!