I have a program that collects two sets of data and puts them into one Excel file. The program puts the two sets of data on top of each other, with an empty row between them. Is there a way that I can separate the two sets of data into separate matrices? Can MATLAB detect the empty space and put everything before the space into one matrix and everything after the space into another?
Alternatively, for the first set of data, the first column has the word 'left' and for the second set of data, the first column has the word 'right'. Can I separate the two sets of data by the word in the first column? I'm attaching the file so you can see what I'm talking about. Thank you!
1 Comment
Direct link to this comment
https://it.mathworks.com/matlabcentral/answers/409645-how-can-i-recognize-an-empty-row-in-the-middle-of-an-excel-file#comment_766324
Direct link to this comment
https://it.mathworks.com/matlabcentral/answers/409645-how-can-i-recognize-an-empty-row-in-the-middle-of-an-excel-file#comment_766324
Sign in to comment.