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 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