- Find unique values in the x-axis
- For each of the unique value extract corresponding set of values in y-axis.
- As there could be varied number of y-axis values for a unique value in x-axis, I'm converting the results into a cell array. Looking at the screenshot, For x-axis value of "1.10E-05" we have 19 values and for 1.11E-05 we have 8 values. So converting the results to cell array would allow us to have variable number of columns.
0 Comments
Sign in to comment.