Hi,
After computing the head model and sources, I have gain matrix G (15004x320) and time series data X (320x1000). On multiplying the two, I get the time series of each vertex on the head model, either cortical or deep brain model.
At this stage, I can compute complex nonlinear operations outside in MATLAB on the time series of each vertex. Say, for example, I calculated the coherence of the signal from each vertex and the stimulus signal at a particular frequency and obtained a coherence matrix C (15004x1).
I want to be able to find a way to map and display this matrix/vector directly onto the cortex like I can do it on the channels.
This seems like a general question and so I tried to find similar queries but failed to find any. If there is, please direct me to it.