matlab - Get latitude/longitude on click from an image -


i have image on there 5 points. these 5 points have specific latitude/longitude. want way when user click on of these points corresponding latitude/longitude of point. since points in image , not in map form thinking use radio buttons on points , use switch cases map values of latitude/longitude of each point radio button. right way? or there other way accompalish task.

will work you?

figure, imshow(pic,[]);  title('select 4 points'); hold on;  [x,y] = ginput; 

if not not understand question.


Comments

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -