How to hide quiver over land in map?
조회 수: 2 (최근 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
댓글 수: 0
답변 (1개)
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Vector Fields에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!