rescale image in app when maximized

5 Ansichten (letzte 30 Tage)
Josep Llobet
Josep Llobet am 20 Jul. 2022
Kommentiert: Image Analyst am 21 Jul. 2022
Hi,
I am trying to maximize an image in MATLAB app when the App is maximized.
This mean, resize/rescale the image according tot the original position in the App.
Just maximizing the image show the next:
Original image:
Maximized figure:
The size does not change...
I've tried to use converting, for obtain an autoreflow app, but seems that it does not works for images:
then the new app:
Maximized:
This is not resized.
I looked for adjust by uiifigure function, but I don't realise the way.
I don't know how to resize the image then!
Thank you very much =)
  2 Kommentare
Jonas
Jonas am 20 Jul. 2022
you could set up a listener (e.g. addlistener with the PostSet option) to the figure's WindowState property
Josep Llobet
Josep Llobet am 21 Jul. 2022
I don't understand the commands you purpose

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 20 Jul. 2022
Use AppDesigner and it will automatically resize when you resize the figure.
  2 Kommentare
Josep Llobet
Josep Llobet am 21 Jul. 2022
I am using AppDesigner for the design of the figure
Image Analyst
Image Analyst am 21 Jul. 2022
If you have any more questions, then attach your data and code to read it in (your .mlapp file) with the paperclip icon after you read this:

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Convert Image Type 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