how to geoplot with color after projinv?

1 vue (au cours des 30 derniers jours)
Sierra
Sierra le 3 Juil 2022
Commenté : Garmit Pant le 4 Juil 2022
before projinv, I made this plot.
and after projinv, I plotted this polyshape in geoplot, and i found that there are unconncted lines.
so i added the first coordinates after the end coordinates.
ex) 1 2 3 4 5 1 NaN ~~~
the results seem not to have unconnected line. but it's still not filled with color.
[IFR_lat_merged IFR_lon_merged] = projinv(p,IFR_cutout.Vertices(:,1),IFR_cutout.Vertices(:,2));
IFR_cutout = geopolyshape(IFR_lat_merged,IFR_lon_merged)
geoplot(IFR_cutout,'C')
Thanks
  1 commentaire
Garmit Pant
Garmit Pant le 4 Juil 2022
Hello Sierra
Can you please provide the entire code and data to reproduce the results that you have provided?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Elementary Polygons dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by