Can the connection matrix of a built in biograph be modified?
Mostrar comentarios más antiguos
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
Respuestas (1)
Walter Roberson
el 5 de Feb. de 2011
0 votos
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.
Categorías
Más información sobre Genomics and Next Generation Sequencing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!