请问怎么用matlab画下面这个地理图,用到了哪些函数以及图中的地点怎么标出来?
这个是经纬度吗?
% Plot the position in geographic coordinatesgeoplot(latVector,lonVector,'Marker',"*",'MarkerSize',3, ..."Color",'blue','MarkerFaceColor','red');% Selects the basemapgeobasemap 'topographic';