How to hide quiver over land in map?

1 次查看(过去 30 天)
eko supriyadi
eko supriyadi 2017-8-29
回答: KSSV 2017-8-30
Hi everyone..
i'm use m_map as tool to diplay wave sea and wind data over land
so this is the problem.. how remove the quiver (wind data) over the land which i'm only need quiver plot only over sea (not land)?
this is my script
m_quiver(X,Y,DirU,dIRv,1,'k');
hold on;
m_gshhs_i('patch',[.6 .6 .6]);
hold on;
m_pcolor(X,Y,Z1);
and i get wrong figure (see attach)
am i wrong arrange the "hold on" code?
Tks. Eko

回答(1 个)

KSSV
KSSV 2017-8-30
As you said, you have land and sea.....you must be knowing the coordinates for land and sea.....make land values NaN....so that it displays only sea.

类别

Help CenterFile Exchange 中查找有关 Vector Fields 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by