Plotting nodes and edges on a graph
이전 댓글 표시
Hi,
I was just wondering how you be able to plot node points and lines to connect to each other, similar to the figure below and according to the conditions stated below.
I want it to be 51x51 with the first value starting from the bottom left corner and increasing towards the top left corner until the last node defined is total number of y values (51). Then it continues to the second column of nodes starting from 52 to 102 to the next column and vice versa in which it is repeated at every column until the very last node at the bottom right corner is defined as 2601 which is basically 51 multipled by 51.
I = imread('LN2wN.png');
imshow(I)
답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

