yuen
Followers: 0 Following: 0
Dear Sir,
I would like to know how to using the plot function to show the relationship of an adjacent matrix.It means if I want to connect a matrix, 1 means connected and 0 means no connection.
Example, a matrix like this
0 1 0 1 1 0 1 1 0 0
1 0 1 0 0 0 0 0 1 0
0 1 0 0 0 0 0 1 0 1
1 0 0 0 1 0 0 0 0 1
1 0 0 1 0 1 0 0 0 0
0 0 0 0 1 0 1 1 0 0
1 0 0 0 0 1 0 0 1 0
1 0 1 0 0 1 0 0 1 1
0 1 0 0 0 0 1 1 0 0
0 0 1 1 0 0 0 1 0 0
I would like to know how to connect those node if they are connected.
thanks you!
Professional Interests: network
Feeds
질문
Summation
If I want to plot a function with summation, what should I do? The function is like y = (1/0.5*x*(x-1))*summation(dij)
대략 15년 전 | 답변 수: 1 | 0
1
답변질문
Question about adjacent matrix of a network using MATLAB
I would like to know how to using the plot function to show the relationship of an adjacent matrix.It means if I want to connect...
대략 15년 전 | 답변 수: 2 | 0
