Info

この質問は閉じられています。 編集または回答するには再度開いてください。

notation of latitude and longitude on image?

2 ビュー (過去 30 日間)
RS
RS 2013 年 8 月 29 日
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
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
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.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by