Reply To: Export graph metric values

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

#173791
Sai Prasanna
Participant

Thanks for your responses.
Sorry, if I’m asking too many questions.

  1. I just tried as you mentioned. However, after running my script for calculating the analysis,

ms1 = cellfun(@(x) x.getMeasure(‘Degree’).memorize(‘M’), analysis.memorize(‘G_DICT’).getItems, ‘UniformOutput’, false)

gives me an error that says, “Unable to resolve the name analysis.memorize.”
I must be doing something wrong.

  1. I have 200+ subjects. Saving individual correlation matrices through GUI would be a tedious process. How can I save them as separate .xls files for each subject through custom script?