How to calculate cap touch coordinate given the data of the grid?

Hi, this might be a newbie question, but I made a diamond pattern, mutual capacitance 6x6 sensor with foil, and it gives me data like this (in arbitrary units indicating the capacitance):

0
0
2.35
0
0.13
14.08
0
0
0
0
0

This is one instance of the data read that I put into table form, with the column and rows simulating their actual layouts. Now with all these data, how can I compile them together in some way to roughly calculate the coordinate at which I touched the grid?

Post the code that read that data so that we can see how the data is organized. Is it a 1D array? 2D array? A list of numbers?

Read the how to use this forum-please read sticky to see how to properly post code. Remove useless white space and format the code with the IDE autoformat tool (crtl-t or Tools, Auto Format) before posting code. If the code is too large to post it can be attached.