I have a cell array like this:
'10 Hz: Time_abs'
<1x2 cell>
<1x2 cell>
<1x2 cell>
<1x2 cell>
<1x2 cell>
<1x2 cell>
<1x2 cell>
'10 Hz: Time_abs'
<1x2 cell>
<1x2 cell>
<1x2 cell>
At first I need to find in which rows there is 10 Hz: Time_abs and then delete the corresponding row.
I cannot use strcmp because the other rows are <1x2 cell>.
Can anybody help me with that?
{1x2 cell}instead? If so,strcmpworked for me.