Polyshape rotation without distort

2 visualizaciones (últimos 30 días)
Elias Büdel
Elias Büdel el 12 de Oct. de 2021
Comentada: Elias Büdel el 12 de Oct. de 2021
I did this, but the contour always distort.
May someone can help me.
format long
lat=GNSS_Lat_Abs
long=GNSS_Long_Abs
lat(1)=[]
long(1)=[]
PP=[lat,long]
Shape=polyshape(PP)
[a,b]=centroid(Shape)
S=[a,b]
Rot=rotate(Shape,70,S)
[x,y]=boundary(Rot)
geoplot(lat,long,'-x',x,y,'-x')
geobasemap satellite

Respuesta aceptada

Matt J
Matt J el 12 de Oct. de 2021
Editada: Matt J el 12 de Oct. de 2021
Probably because the data aspect ratio of your plot is not 1. I.e., the scales of your x and y axes are different.
  1 comentario
Elias Büdel
Elias Büdel el 12 de Oct. de 2021
Thank you, now I know long and lat are not te same scaling

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Elementary Polygons en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by