Effacer les filtres
Effacer les filtres

I generate a 3D graph ,and i wants to get back points(x,y,z) from the graph ,selectively using the cursor.And i use 'ginput' it take data from the graph even if i pick at the white space of the graph.And i need to write a script to generate a vector

5 vues (au cours des 30 derniers jours)
Screenshot (113) .png

Réponse acceptée

Alok Nimrani
Alok Nimrani le 3 Jan 2019
Hi Bharath,
If you want to get the 3D coordinates of the point where the mouse is clicked, you can make use of the CurrentPoint property of the current axes object to get the 3D coordinates of the current location of the mouse as follows:
>> get(gca, 'CurrentPoint')
For more information about the property, kindly have a look at the 'CurrentPoint' documentation here.
Hope this helps.
Regards,
Alok

Plus de réponses (0)

Catégories

En savoir plus sur Data Distribution Plots dans Help Center et File Exchange

Produits


Version

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by