I have a small footprint EEG measurement device with 8 measurement electrodes and 1 reference electrode - the reference electrode is in the center of the sensor array, 4 measurement electrodes on the corners of the 2cm x 2cm sensor array and 4 measurement electrodes in the center of the faces of the square making a pattern as given below,
X X X
X X X
X X X
Now, if I take a single or 10 contiguous and concurrent set of time samples of voltage levels from each of these 8 spatial channels, how do I create a MATLAB plot or scatter plot of Interpolated distribution of electric potentials with "hot" and "cold" regions as shown in the attached figure ?
.
Source: http://www.sciencedirect.com/science/article/pii/S1053811913012615
Any suggestion on achieving the above would be of great help.
Now the plotting (note I defined a new colormap that roughly matches with your example, it's at the bottom of the answer, just define it before doing
colormap(MAP)
if you want to use it).