Obtain GPS coordinates from figure
13 views (last 30 days)
Show older comments
I am currently using the function Geoplot function to plot the coordinates of my robot live using the onboard GPS, I currently assign a target coordinate by manually writing down the coordinates in the matlab command window and i was wondering if there is a way to click on a location on the map of the geoplot function or any other map plotting function, that would enable the coordinates of that selected point to be assigned to a variable in my workspace
1 Comment
Answers (1)
Dyuman Joshi
on 27 Sep 2023
Edited: Dyuman Joshi
on 27 Sep 2023
Click on a point anywhere on the data plotted, that will generate a data tip.
Hold shift to select multiple data points at once.
Right click on the data tip and a drop-down menu will appear.
Select the "Export Cursor Data to Workspace" option (2nd last) and save the data with a variable name accordingly.
The saved data will be of the structure data type.
0 Comments
See Also
Categories
Find more on Geographic Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!