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

4 Ansichten (letzte 30 Tage)
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.

Akzeptierte Antwort

Image Analyst
Image Analyst am 18 Mai 2020
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 Kommentar
John Doe
John Doe am 18 Mai 2020
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by