function getStreets(raw, n, col) % t1 = raw(:,7) == n; x(1,:) = raw(t1,3)'; x(2,:) = raw(t1,5)'; y(1,:) = raw(t1,4)'; y(2,:) = raw(t1,6)'; plot(x, y, col)