How to fit the axes with the native resolution of the image?

7 次查看(过去 30 天)
Hello everyone. I have a GUI where I am loading an image into the axes. I want the axes to wrap around the loaded image's native resolution, much like a MATLAB figure window would do.
How can I do that? Thanks in advance.

采纳的回答

Image Analyst
Image Analyst 2020-5-18
truesize
Adjust display size of image
Syntax
Description
truesize(fig,[mrows ncols]) adjusts the display size of an image in a figure, fig, to the dimensions [mrows ncols], in pixels.
Also, see attached demo on zooming.
  1 个评论
John Doe
John Doe 2020-5-18
Thanks for the truesize command. Didn't know about that.
But I wanted to mean the axes ONLY to wrap around the figure, not the whole figure window. truesize is setting my whole GUI figure window to the figure size.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Visual Exploration 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by