Reply To: Export graph metric values

Home Forums General Help (Braph 2.0) Export graph metric values Reply To: Export graph metric values

#173018

Dear Sai Prasanna,

The export to XLS file in the GUI is made on the group average results. Nevertheless, we keep the results for each subject. To obtain those, you will need to create your own script. Use ‘example_FUN_WU’ as a base, which is located in the Functional folder inside pipelines, and after calculating the analysis use the following line of code:

ms1 = cellfun(@(x) x.getMeasure(measure_class).memorize('M'), analysis.memorize('G_DICT').getItems, 'UniformOutput', false);

measure_class is the type of measure you want, for example, ‘Degree’.

Best regards,
Emiliano and Anna