You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the x axis is the column direction and the y axis is the rows direction. How ever the resultant image is the following (I am plotting two other points in the chart):
maybe, I am missing something, but I thought dimensions will rotate image to look as the numerical view of it.
Currently, I am trying to plot an obstacle map using image function. I am not sure how to use the dimensions optional to rotate the matrix.
The following code is used:
the x axis is the column direction and the y axis is the rows direction. How ever the resultant image is the following (I am plotting two other points in the chart):
maybe, I am missing something, but I thought dimensions will rotate image to look as the numerical view of it.
I wan the image to look like this with same axis of the image above:
0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 1, 0, 0, 0, 0 ,0 ,0 ,0, 0, 0,
0, 0, 0, 0, 1, 0, 0, 0, 0 ,0 ,0 ,0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 1 ,0 ,0 ,0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 1 ,0 ,0 ,0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 1 ,0 ,0 ,0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 1 ,0 ,0 ,0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0
The text was updated successfully, but these errors were encountered: