Get the position of a node coming from a biograph view
1 回表示 (過去 30 日間)
古いコメントを表示
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 ?
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!