Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
notation of latitude and longitude on image?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have an image of dimension 1024*966
I have use image(MyMatrix);
image is showing 0-966 on X-axis and on Y axis from 0-1024 but want to see lat. and long. on image, how can I my lat. long meahgrid is varies as shown here
lon=7:-(7-6)/965:6;
lat=304:(305-304)/1023:305;
[x,y]=meshgrid(lon,lat);
댓글 수: 4
Image Analyst
2013년 8월 29일
편집: Image Analyst
2013년 8월 29일
So maybe you could try posting it 50 more times. Maybe that will work. ;-)
Cedric
2013년 8월 29일
편집: Cedric
2013년 8월 29일
We need more information about the projection and how you built the image. Posting the image somewhere where we could see it wouldn't be a bad idea. Note that for most projections but a few, you won't be able to generate a graticule with coordinates the usual way (set/gca/ticks/etc), and you'll need the Mapping toolbox.
I wrote an answer related to this topic here: http://www.mathworks.com/matlabcentral/answers/83882-displaying-latitude-and-longitude-on-grid-lines
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!