关于画风场图quiver函数。
Ältere Kommentare anzeigen
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函数画的图没有了
1 Kommentar
予钊 刘
am 22 Mai 2024
hold on
hold off
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu 向量场 finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!