Get the position of a node coming from a biograph view

1 view (last 30 days)
Hi every one,
I have actually a biophaph where the positions of nodes are compute during the creation of the biograph. Now when the biograph is displayed by a view, I can move nodes.
What I am looking for is how I can get the new position of the node moved on the view. When I try:
get(bg.nodes(i),'Position') or bg.nodes(i).Position (It is the same thing)
I get the position computed but the biograph and not my value on the view.
Do you have some ideas of how I can get my values to save them in the biograph ?

Answers (0)

Community Treasure Hunt

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

Start Hunting!