本视频展示如何用matlab绘制散圆状态图,可用于相关科研数据绘图!
[X,Y]=m_ll2xy(lat1,lon1); line(X,Y,'marker','.','markersize',24','color','r') text(X,Y,'原点’,'vertical','top');