Why does my scatter plot take so long to plot, even though tic toc says the calculation is fast?
조회 수: 4 (최근 30일)
이전 댓글 표시
I have made a GUI that plots data as a scatter plot when the user hits a button on the GUI. I have profiled the callback using matlab profiler and its shows that it runs really fast (0.2 seconds). tic toc for the callback also shows it is fast. Why then does it take ~5 seconds for the plot on the GUI to show the scatter data? It seems to get slower and slower the more data there is, even though the profiled time for the callback only slightly increases with more data.
댓글 수: 0
답변 (1개)
Image Analyst
2014년 12월 31일
Try putting a "drawnow" right after you want to force the display to refresh/update/repaint.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Graphics Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!