Error in importing data in community detection toolbox

1 view (last 30 days)
I downloaded community detection toolbox from the following link: https://nl.mathworks.com/matlabcentral/fileexchange/45867-community-detection-toolbox In readme text, it's written that the higher version (ComDetTBv091) exists and I downloaded it. Then I extracted the folder in Matlab project path, according to the quick help pdf, I wrote PathAdd, CDTBDemo01, and gui in command line, then in the community detection window, I wanted to import data but every .mat file I imported the toolbox didn't find graphs, algorithms, cluster number selection, and evaluation functions. the following errors are shown: Reference to non-existent field 'Results'. Error in gui/import_callback (line 1264) if ~isempty(ldata.Results) Error while evaluating Menu Callback
My goal was to use this toolbox for clustering my graph. I don't know why we should import data, not the graph? I'll be very grateful if suggest me how to import my data in this toolbox as the first step of using it. Thank you

Answers (1)

Steven Lord
Steven Lord on 17 May 2018
You'll probably have better luck if you try contacting the author of that File Exchange submission directly.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!