Error in importing data in community detection toolbox
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
Steven Lord
2018-5-17
You'll probably have better luck if you try contacting the author of that File Exchange submission directly.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!