How to visualize graph nodes on top of image with segmented cells they correspond to
Afficher commentaires plus anciens
I'm looking to visualize the nodes and edges of my graph in the physical layout that corresponds to the spatial location each node corresponds to in a segmented image. I have the spatial information for each segmented epithelial cell and the node it corresponds to in xy and am just wondering if there is a plugin that already exists to do this.
Réponse acceptée
Plus de réponses (1)
Steven Lord
le 14 Oct 2020
1 vote
The example in this post from Loren's blog superimposes a graph of state centroids onto a map of the states represented as a collection of polyshape objects. You should be able to use the technique it shows (using XData and YData) with cell coordinates rather than geographical locations.
Catégories
En savoir plus sur Networks dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!