使用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
相关文章
相关标签/搜索