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
2024년 7월 29일
Hi, could you please share the entire code so that I can better understand the issue and assist you more effectively?
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!