Cover

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

for qq=1:numPI

cover = find(EPI(:,qq));
if length(cover) == 1
keepidx(cover) = logical(1);
mintermidx(find(EPI(cover,:))) = logical(1);
end
end

if any(~mintermidx)
keepidx(:) = logical(1);
end

You might also like