clc
% dtedfile = "n39_w106_3arc_v2.dt1";
% attribution = "SRTM 3 arc-second resolution. Data available " + ...
% "from the U.S. Geological Survey.";
% addCustomTerrain("southboulder",dtedfile,"Attribution",attribution);
viewer = siteviewer("Terrain","southboulder");
tx_Latitude=39.74356; %改动42.3001;
tx_Longitude=-105.24193; %改动-71.3504;
tx = txsite('Name','MathWorks Apple Hill',...
'Latitude',tx_Latitude, ...
'Longitude',tx_Longitude);
show(tx)
文章来源地址https://www.toymoban.com/news/detail-795988.html
文章来源:https://www.toymoban.com/news/detail-795988.html
到了这里,关于matlab 显示三维地图的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!