photo

stam dadi


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Get node names after a graph condensation
I have an adjacency matrix _adj_ and a cellarray nodeManes that contains names that will be given to the graph _G_ that will be ...

6 years 前 | 2 个回答 | 0

2

个回答

提问


get a matrix from a sorted cell array
I have the following cell array of size 1x9 A= {{'O1'} ,{'O1','O2','O3','O4'} ,{'O1','O3'} ,{'O1','O2','O3','O4'} ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


finding paths in a graph
I have the following code to generate a graph of size (i,j) with two type of nodes 'S' and 'O' i=input('i:'); j=input('...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Undefined function 'highlight' for input arguments of type 'digraph'
Hi , I have a plot that contain a graph and I want to highlight a path between two nodes so I used the following: plot(...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Paths search in a graph
I have the following code to generate a graph from a matrix : B=randi([0 1], i*2,j); nNodeCol = size(B,2); ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Create a Graph from a matrix
I have the following matrix A[10,6] ans = 1 1 0 0 0 1 1 1 1 1 0...

7 years 前 | 1 个回答 | 0

1

个回答