How to set the GraphicsSmoothing off in appDesigner UIAxes?

1 回表示 (過去 30 日間)
Tom Smith
Tom Smith 2024 年 7 月 29 日
回答済み: Taylor 2024 年 8 月 6 日
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 Center および File ExchangeDevelop 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