1 2 3 4 5
function retData=getGroundData(data, tStamp) idx=find(data(:,1)==tStamp); retData=data(idx,:);