Hi
I m quite new for this field.
I m trying to choose simultaneously AAL and CC200 roi for ROI correlation
FisherZ matrix.
Finally I have 316x316 Matrix (AAL 116 and CC200).
For the next step I hope divide this for 2 matrices.
Which can I divide first 116 or 200 from 316 for each row and column ?
I appreciate any advice
Thank you
Masaki
Hi,
Hi,
AAL=Matrix(1:116,1:116);
CC=Matrix(117:316,117:316);
Best,
Chao-Gan