One of the way to do:
cell_sizes = cellfun(@size,QDSCD,'UniformOutput',false);
cell_sizes = vertcat(cell_sizes{:});
ind = find(cell_sizes(:,1) == 7);
QDSCD_up = QDSCD(ind);
Let me know if you have doubts.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!