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 years 前 | 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 years 前 | 2 个回答 | 0
