使用MATLAB畫出地球儀圖形

代碼如下所示: % 繪製地球儀,並標出我們的位置cla reset; load topo; [x y z] = sphere(45); s = surface(x,y,z,'FaceColor','texturemap','CData',topo);  colormap(topomap1); % Brighten the colormap for better annotation visibil
相關文章
相關標籤/搜索