How to set the GraphicsSmoothing off in appDesigner UIAxes?

1 次查看(过去 30 天)
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 个评论
Avni Agrawal
Avni Agrawal 2024-7-29
Hi, could you please share the entire code so that I can better understand the issue and assist you more effectively?

请先登录,再进行评论。

回答(1 个)

Taylor
Taylor 2024-8-6
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.

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by