How to add hatching on a grid map?

7 ビュー (過去 30 日間)
Jiangpeng Cui
Jiangpeng Cui 2018 年 4 月 12 日
回答済み: Jiangpeng Cui 2018 年 4 月 13 日
It's easy to add points on a map using code below, but how to add hatching (see figure below)? Thanks.
[lat,lon]=findm(pvalue<0.05,R); % select lon and lon interested
hs=geoshow(lat,lon,'DisplayType','point','markeredgecolor',[1 1 1]); % add points
set(hs,'marker','.','markersize',6); %set point property

回答 (1 件)

Jiangpeng Cui
Jiangpeng Cui 2018 年 4 月 13 日
Does anybody have an idea? Thanks.

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by