Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Insert row in a text file-formating issues
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I have follwing question:
I have a "Mytext.txt" file which contains a formated table [20000X30]. It looks like:
1 2 3 4 .... 30/
2 2 3 4 .... 30/
................
20000 2 3 4...30/
I would like to insert a row after each row from the table such Mynewtext.txt" file should look like:
1 2 3 4 .... 30/
120 30/
2 2 3 4 .... 30/
120 30/
................
20000 2 3 4...30/
The row 120 30/ has to be formatted such that I have ten blanks, 120, again ten blanks and 30.
Thank you
0 Commenti
Risposte (1)
Christiaan
il 17 Giu 2015
Modificato: Christiaan
il 17 Giu 2015
Dear Ionut,
What you could do is use the import gui tool in MATLAB for importing text files. With this tool, you can determine how you want to import your data. It is even possible to generate a script to do this automatically. Documentation can be found here.
Once you have accieved this, you can just look at your importated mat file and modify it to your wish. (for example adding a line in your textfile) And once you are done, you can save it as a textfile again.
Kind regards, Christiaan
1 Commento
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!