Can i change some boxes into circles in a biograph?

1 view (last 30 days)
Hey,
I have a biograph bg1, which I want in certain cases to assign a circle instead of a rectangular box. Is that possible? (normally nodes are displayed as boxes)
And if, is it possible to change the size of the box & circles?

Accepted Answer

Jonas
Jonas on 10 May 2013
Jep I can:
bg1.nodes(1).Shape = 'circle'; bg1.nodes(1).Size = [2 2]

More Answers (0)

Community Treasure Hunt

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

Start Hunting!