What is the simplest method to "tag" start and end rows of data in my csv for easy parsing through matlab?

2 Ansichten (letzte 30 Tage)
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.

Antworten (0)

Kategorien

Mehr zu Data Import from MATLAB 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!

Translated by