フィルターのクリア

pcolor plot on a geoid

2 ビュー (過去 30 日間)
Jonas Damsbo
Jonas Damsbo 2018 年 10 月 17 日
編集済み: Walter Roberson 2018 年 10 月 17 日
Hi
How can I plot my pcolor in a geoid? When I plotting I just get a white map with no data.
figure(4)
[c,h]=contour(latr,lonr,z,'linewidth',1,'color','k');
clabel(c,h);
pcolor(lonr,latr,ug500);
shading interp
colorbar;
hold on
worldmap([20 80],[180 170])
load geoid
load coastlines
geoshow(coastlat,coastlon)
hold on
title('Den geostrofiske vind, ug ved 500 hPa')
xlabel('longitude'), ylabel('latitude')

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by