本文介绍MATLAB中plot3m函数的用法 代码 下列代码: axesm sinusoid; framem; view(3) [lats,longs] = interpm([45 -45 -45 45 45 -45]',...[-100 -100 100 100 -100 -100]',1); z = (1:671)'/100; plot3m(lats,longs,z,'m') 可得到如下的图像: