Discussion Overview
The discussion revolves around changing the x and y-axis limits in Matlab to arbitrary scales for an image display. Participants explore methods to achieve this scaling while addressing issues related to pixel dimensions and the behavior of Matlab's axis settings.
Discussion Character
- Technical explanation, Debate/contested, Conceptual clarification
Main Points Raised
- One participant seeks assistance in changing the x-axis and y-axis limits from pixel dimensions to arbitrary values (-3.85 to 3.85 for x and -2.9 to 2.9 for y).
- Another participant suggests using the command axis([XMIN XMAX YMIN YMAX]) to set the axis limits.
- A subsequent reply indicates that using the axis command did not achieve the desired scaling, as it merely repositioned the image without changing its scale.
- Another participant introduces the imresize function, which scales the image size but does not directly address the axis limits issue.
Areas of Agreement / Disagreement
Participants do not appear to reach a consensus on how to effectively change the axis limits to arbitrary scales, with some methods proposed leading to different outcomes.
Contextual Notes
There is uncertainty regarding the effectiveness of the axis command in scaling the image as intended, and the relationship between image size and axis limits remains unresolved.