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 ...
대략 8년 전 | 답변 수: 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'} ...
대략 8년 전 | 답변 수: 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('...
8년 초과 전 | 답변 수: 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(...
8년 초과 전 | 답변 수: 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); ...
8년 초과 전 | 답변 수: 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...
8년 초과 전 | 답변 수: 1 | 0

