brain-networks / edge-centric_demo

demo code edge-centric functional connectivity (eFC); Faskowitz et al. (2020)
MIT License
36 stars 18 forks source link

lab is undefined in [gx,gy,idx] = grid_communities(lab); % BCT function #2

Closed ChenSD closed 4 years ago

ChenSD commented 4 years ago

Hello, I was trying to run the demo and found that lab is undefined in [gx,gy,idx] = grid_communities(lab); % BCT function.

Regards, Shengdong

faskowit commented 3 years ago

Hi Shengdong,

I assume you figured out that the grid_communities function is from the Brain Connectivity Toolbox? Otherwise, the lab variable should be loaded when you load example_data.mat

Cheers, Josh