Home › Forums › General Help (Braph 2.0) › Export graph metric values › Reply To: Export graph metric values
March 21, 2023 at 7:15 am
#173791
Sai Prasanna
Participant
Thanks for your responses.
Sorry, if I’m asking too many questions.
- 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.
- 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?