Plot unformatted when window size is changed - APP Designer

I am trying to control a plot in Design View of the APP Designer tool of Matlab, however when i change the size of the window, the plot goes outbounds as depicted in the picture. The plot changes according to the window so it gets worse as i increase the size.

Answers (1)

Meu amigo que também escreve em portugês, acho que posso responder em português, correto? Cara... a forma mais simples seria colocar um Grid (uigrid) atrás desse painel à direita. Outra opção seria controlar o InnerPosition do eixo em relação ao painel, definindo-o em % (ao invés de uma posição absoluta). E, por fim, a MELHOR opção - em especial em relação à performance - é você plotar noutra figura - a antiga, ao invés de "uifigure", você usa "figure". É isso. Se quiser que eu te ajude em mais algum ponto, mande aí!

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products

Asked:

on 3 Feb 2023

Edited:

on 4 Feb 2023

Community Treasure Hunt

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

Start Hunting!