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

1 次查看(过去 30 天)
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.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by