| %% clustering based on degree correlation Country |
| CK=1-L_sim; %L_sim contains the similarity measures of the M documents, so it is an M x M matrix. |
| ZCK = linkage(CK,'complete'); |
| figure (3) |
| [H,T,outperm_ck]= dendrogram(ZCK,0,'Orientation','left','Labels',listcountries); |