What is the simplest method to "tag" start and end rows of data in my csv for easy parsing through matlab?
1 view (last 30 days)
Show older comments
I collect data with an NI Daq and then read in the csv to matlab for processing. the csv has ~10columns and the last column has string statements that say data 1 start...blank cells... data 1 end, data 2 start...blank cells.... data 2 end, etc. And I do a strfind to locate that string row and subsequently the data row in the adjacent columns. Is this the best way to go about this? my csv has about 40000 rows and any number of data start/end markers so I want a simple system to locate these and divide up those 40000 rows into variables for processing.
Answers (0)
See Also
Categories
Find more on Spreadsheets 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!