Community Profile

photo

Sanjeev K


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Delete Highlighted Node in a Graph?
B = [0 1 1 1;...] % define adjacency matric of the graph G = graph(B); plot h = G; highlight(h, 1, 'marker', 'v'); How do I de...

5 years ago | 1 answer | 0

1

answer