RD: the function was implemented incorrectly: matlab's pca function accepts observations x variables matrix, while it was assumed that data was in N x T format (number of ROIs by timepoints). Changed to transpose data matrix before feeding to pca
Authored by: dororoma 2025-03-21
Parent: [r1578]
Child: [r1580]