How to use readtable/writetable to read and write data from/at a specified range of lines within a text file
4 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on String in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!