Can the connection matrix of a built in biograph be modified?
Show older comments
Hello Matlab programmers,
Can a biograph be modified after being built? for example can I modify its connection matrix and call the view to update the Biograph Viewer and keep all other parameters like edge weights and node positions as they were before? It looks that it does not work that way!? Any other suggestions to do this?
Thanks in advance
Answers (1)
Walter Roberson
on 5 Feb 2011
0 votes
There does not appear to be a documented mechanism for that.
does not indicate any explicit connection matrix. It indicates that the nodes and edges vectors are read-only, and the description of what those objects contain does not show any connection information. There is a method to convert the information in to a connection matrix, but no method to change the connection matrix.
I do not have the toolbox, so I cannot fish around to see if there is anything else lying around.
Categories
Find more on Genomics and Next Generation Sequencing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!