需要看下生成的数据在地球上的经纬度具体位置。
投影为墨卡托投影。
clear all;close all;clc;load coast;a=load('out.txt'); %自己的经纬度数据axesm mercatorplotm(lat,long);hold onplotm(a(:,1),a(:,2),'.')
本文共 209 字,大约阅读时间需要 1 分钟。
需要看下生成的数据在地球上的经纬度具体位置。
投影为墨卡托投影。
clear all;close all;clc;load coast;a=load('out.txt'); %自己的经纬度数据axesm mercatorplotm(lat,long);hold onplotm(a(:,1),a(:,2),'.')
转载于:https://www.cnblogs.com/tiandsp/p/9430252.html