matlab練習程序(地圖上畫經緯度)

須要看下生成的數據在地球上的經緯度具體位置。html 投影爲墨卡託投影。post clear all; close all; clc; load coast; a=load('out.txt'); %本身的經緯度數據 axesm mercator plotm(lat,long); hold on plotm(a(:,1),a(:,2),'.') 轉載於:https://www.cnblog
相關文章
相關標籤/搜索