How to use readtable/writetable to read and write data from/at a specified range of lines within a text file
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
Suppose that we have a text file with separate blocks of headers/data, like the following text file that includes 3 blocks.

I want to read each data block into a separate table, supposing that I know the beginning and ending line of each block (for example the 2nd blocks begins in line 4 and ends in line 6). Is there a neat way to do this, using the readtable function? The same questions applies for the sequential writing of separate tables to the same text file, specifying the beginning line, within the text file, where I want to write the table.
Thank you in advance
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Text Data Preparation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!