load topo
figure('Colormap',topomap1,'Color',[.8 .8 .8]);
[x,y,z]= sphere(50);
a.DataAspectRatio = [1 1 1];a.PlotBoxAspectRatioMode= 'auto';
fa = axes('Visible','off',a);
s1.SPecularStrength = 1;
surface(x,y,z,s1,'FaceLighting','phong','FaceColor','texture','EdgeColor','none','CData',topo, 'Parent',fa);

参考:MATLAB——课件素材获取好助手_王勇智.pdf
浙公网安备 33010602011771号