I have a C multidimensional array 'matrix[61][20]'. I included a photo of what I imported (it took some time to enter it).
The problem is that the chart I used starts with 20 at the top left. So when I print out a row it is backwards. 20 is where 1 should be 19 is where 2 should be and so on.
If you look at the chart the very top 150 and 20 which has a value of '18'. I need it to be 150 and 1 which should be a value of '48'
Is there a way to get it to flip the matrix?
-Lars
The problem is that the chart I used starts with 20 at the top left. So when I print out a row it is backwards. 20 is where 1 should be 19 is where 2 should be and so on.
If you look at the chart the very top 150 and 20 which has a value of '18'. I need it to be 150 and 1 which should be a value of '48'
Is there a way to get it to flip the matrix?
-Lars