quiver(lat,lon,uwind(1:4:97,1:4:101),vwind(1:4:97,1:4:101),0);
hold on
m_proj('miller','lat',[30,55],'lon',[131,155]);
m_coast('patch',[.6 .6 .6],'edgecolor','none');
m_grid('box','fancy','linestyle','none');
请问大佬怎么把图合在一起呢,图只能画出这样,quiver函数画的图没有了

 采纳的回答

0 个投票

请自己去这个绘图工具包的编写者的主页《 A mapping package for Matlab 》看看呀
5. Oblique Mercator Projection with quiver and contour data
就有示例,编写者直接提供了它这个绘图工具中匹配的风向矢量绘图函数 m_quiver ,不要用MATLAB内置的 quiver

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 向量场 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!