Clickable edges of matlab graph

2 views (last 30 days)
Lowell Bartlett
Lowell Bartlett on 22 Feb 2023
Commented: Lowell Bartlett on 27 Feb 2023
Hello,
I am interested in adding interactivity to a directed graph. I would like the user to be able to click on an edge on a plotted graph, which will be used to call functions with the two nodes that the edge connects as inputs. However, I am unable to find any part of the graph or plot properties that has X and Y coordinate data for the edges, which I would compare against the coordinates generated from the user click. Is this something that exists?
Thanks.
  4 Comments
Christine Tobler
Christine Tobler on 27 Feb 2023
Unfortunately there isn't any interface to get the edge coordinates of a GraphPlot object. I have made a note of your need for such a feature.
Lowell Bartlett
Lowell Bartlett on 27 Feb 2023
Thanks for the response and the consideration!

Sign in to comment.

Answers (0)

Categories

Find more on Specifying Target for Graphics Output in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!