Effacer les filtres
Effacer les filtres

select equity by touch

1 vue (au cours des 30 derniers jours)
Luca Re
Luca Re le 9 Oct 2023
Commenté : Luca Re le 10 Oct 2023
this is plot matrix
I want to select line and to know which column is selected

Réponse acceptée

Walter Roberson
Walter Roberson le 10 Oct 2023
Not all varieties of plotting support the kinds of datatips listed there. For some kinds of plots, see instead datacursormode
  3 commentaires
Walter Roberson
Walter Roberson le 10 Oct 2023
p = plot(1:10);
dtt = p.DataTipTemplate
Here plot() is a MATLAB function call that is being asked to work on the data [1,2,3,4,5,6,7,8,9,10] . plot() of a vector returns the handle to a Chart Line object, https://www.mathworks.com/help/matlab/ref/matlab.graphics.chart.primitive.line-properties.html which is an object-oriented object so the variable p would be the reference to the graphics object.
Luca Re
Luca Re le 10 Oct 2023
oky thank

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Graphics Object Programming dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by