How to set the GraphicsSmoothing off in appDesigner UIAxes?

1 visualización (últimos 30 días)
Tom Smith
Tom Smith el 29 de Jul. de 2024
Respondida: Taylor el 6 de Ag. de 2024
I design a app to show multichannel wave before and after MLAA,but i find when i plot the data on ax of UIAxes object,I can't trun off the GraphicsSmoothing,anyone who knows the key,Thanks for a lot. see the following code:
for i = 1:numChannels
ax = app.AxesArray(i);
plot(ax, times(1,tmin_tmp:tmax_tmp),data(Channels_show(i), tmin_tmp:tmax_tmp));
end
  1 comentario
Avni Agrawal
Avni Agrawal el 29 de Jul. de 2024
Hi, could you please share the entire code so that I can better understand the issue and assist you more effectively?

Iniciar sesión para comentar.

Respuestas (1)

Taylor
Taylor el 6 de Ag. de 2024
GraphicsSmoothing is a property of figures, not axes, UIAxes, or UIFigures. You would have to create a separate figure window from the base UIFigure window that App Designer uses for the base app to access that property.

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by