필터 지우기
필터 지우기

Pixel coordinates of a point on the map

조회 수: 2 (최근 30일)
Taha
Taha 2012년 10월 6일
I am looking for a function that gives the pixel coordinates of the points in the map that are specified by their (latitude, longitude) coordinates. My map is a piece of the US map.

답변 (1개)

Image Analyst
Image Analyst 2012년 10월 7일
You need to calibrate it. You need to click at least two points and specify their lat and long so you can fix a coordinate system and get a spatial calibration (pixels per degree). So then when someone specifies (types in) a lat and long, you can find out how many degrees that is from the origin's lat and long, and then, knowing the lat and long of the origin, and the spatial calibration factor, tell the user what pixel that location would be at on the map image.
  댓글 수: 5
Taha
Taha 2012년 10월 8일
Well, perhaps I haven't used the correct term. I meant some coordinates that can be used later in the plot() or similar functions. I have an image, but I guess it is in vector format (see Mapping Toolbox).
Image Analyst
Image Analyst 2012년 10월 8일
Sorry - I don't have that toolbox. Since no one else here seems to be able to help you either, you might have to call them. Hopefully you're current on your maintenance contract.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Map Display에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by