Store the ‘data’ samples in an array, say X. What is the dimension of the array? What is the total number of samples? What is the dimension of each sample? code example
Example: matrix c declaration
int disp[2][4] = { 10, 11, 12, 13, 14, 15, 16, 17};