- xy — Default direction. For axes in a 2-D view, the y-axis is vertical with values increasing from bottom to top.
- ij — Reverse direction. For axes in a 2-D view, the y-axis is vertical with values increasing from top to bottom.
Changing pixel figure coordinates when using imshow
조회 수: 5 (최근 30일)
이전 댓글 표시
When I use imshow to plot the pixels represented by a matrix, each pixel is centered in the figure at its matrix coordinates (e.g. the pixel on row 1, column 1 is centered at figure coordinates (1,1)).
Is it possible to change this so that a specific corner of each pixel is positioned at its matrix coordinates? For example, can the pixel on row 1, column 1 be plotted with its lower right corner at figure coordinates (1,1), and so on for all the remaining pixels?
댓글 수: 0
답변 (1개)
Image Analyst
2020년 7월 31일
After you call it, try this:
axis xy
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!