![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10635421_1522136925523_DEF.jpg)
Chinenye Ezeh
Northeastern University China
Followers: 0 Following: 0
PhD research student. (Data Science, Complex Networks)
Feeds
提问
Import Error calling Python function from Matlab
I need to call Modularity-Density Measure which is a Python function from Matlab to enable me determine the quality of network c...
6 years 前 | 1 个回答 | 1
1
个回答提问
Collective Influence Algorithm Implementation
Hello everyone, I need help to implement an algorithm for the collective influence model [CI=(Ki - 1) * sum(Kj -1)]. This mode...
6 years 前 | 0 个回答 | 0
0
个回答提问
How to use splitapply/findgroups on clustered/non-sequential graphs
I implemented the splitapply function on a graph that has non-sequential clusters. The index numbers of the returned clusters we...
6 years 前 | 0 个回答 | 0
0
个回答提问
Error in Network Graph
I tried to generate a graph after reading some values from a txt file. But I get the error message "In an assignment A(:) = B, ...
6 years 前 | 1 个回答 | 0
1
个回答提问
How can I track the total number of node infections from a set of random seed nodes each? I tried using the v = bfsearch(G,s) command but I got an error report: Error using search (line 27) Starting node must specify one node.
clear all load('nodenetwork.mat'); network = A; N=size(network,1); ...
7 years 前 | 0 个回答 | 0