Obtain GPS coordinates from figure

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 Commento

Can you elaborate your question? Wouldn't datatips for a geoplot work for you?

Accedi per commentare.

Risposte (1)

Dyuman Joshi
Dyuman Joshi il 27 Set 2023
Modificato: Dyuman Joshi il 27 Set 2023

0 voti

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.

Categorie

Prodotti

Release

R2023b

Richiesto:

il 27 Set 2023

Modificato:

il 27 Set 2023

Community Treasure Hunt

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

Start Hunting!

Translated by