data=importdata('数据路径');load coast;plot(long,lat);axis([x1,x2,y1,y2]);hold on;plot(data(:,x所在列号),data(:,y所在数据列));grid on;hold off;