OVERLAY POINTS IN A MAP

조회 수: 6 (최근 30일)
Diana
Diana 2012년 3월 27일
I have a very simple black and white image of a region (map) and I would like to specify some areas in it (areas where the sondes were dropped, I have the latitude and longitude of them) and I was wondering if someone had an idea of an "easy" or less complicated way of doing this, if it is possible to do in Matlab. Any idea will be great.
thanks
  댓글 수: 1
bym
bym 2012년 3월 27일
less complicated than 'what'?

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

채택된 답변

bym
bym 2012년 3월 28일
simple example plots 3 sondes off the coast of the North America
c = load('cape');
spy(c.X==1)
hold
plot([300,250,200],[150,150,150],'m*')
  댓글 수: 2
Diana
Diana 2012년 3월 28일
Thanks a lot fr answering.. basically less complicated than everything... one question about your answer .. if I want to use my own picture how would that affect the rest of the code you wrote...sorry I'm just starting to use matlab and don't know much..
Diana
Diana 2012년 3월 28일
how will it know where to locate the dot in the image?

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by