필터 지우기
필터 지우기

How to avoid delay in plotting while using app designer?

조회 수: 6 (최근 30일)
DRISHYA S KUMAR P N
DRISHYA S KUMAR P N 2022년 1월 4일
댓글: DRISHYA S KUMAR P N 2022년 1월 5일
When plotting on a UIAxes using appdesigner , I'm getting some significant delay. Is there any option to plot in appdesigner with out getting delay?

답변 (1개)

Image Analyst
Image Analyst 2022년 1월 4일
You could try putting
drawnow;
whenever you want to update a plot. For example if you're in an intensive loop that plots stuff, it might not get around to plotting things on every iteration and just wait until the loop is all done. To force it to repaint/refresh the screen immediately you can put drawnow at the bottom of the loop.
  댓글 수: 3
Image Analyst
Image Analyst 2022년 1월 5일
Did you call tech support for help?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by