help > Edge matrix
Jul 21, 2016  07:07 PM | Vahab Youssofzadeh - Ulster University
Edge matrix
Hello,

I realised that in BN, only values (logics) in the lower triangular part of the connectivity matrix are checked and are visualised. Is there any reason that i can not understand? I have provided part of the code in below: 

Iine 665 - 670 of BrainNet.m
...
if EC.edg.directed == 0
index=find(triu(temp)>=t&triu(temp)~=0); % Eddited by Mingrui Xia, 20120702, fix a drawall bug.
ncyl=length(index);
...

Any comments would be appreciated!

Best regards,
Vahab

Threaded View

TitleAuthorDate
Edge matrix
Vahab Youssofzadeh Jul 21, 2016
Mingrui Xia Jul 30, 2016
Vahab Youssofzadeh Jul 30, 2016
Mingrui Xia Jul 31, 2016
Vahab Youssofzadeh Aug 16, 2016