Large array
이전 댓글 표시
Hi I would like to plot and process large data array with a GUI. The problem is that with small data array, the user interface works correctly but with large array the plotting (1D and 2D plot) encounters big delays and the interactivity (scrolling, updating...) becomes impossible. What's the best way to plot, process and interact with large data arrays ? Thanks.
채택된 답변
추가 답변 (2개)
Jan
2012년 4월 10일
0 개 추천
Please post any details, e.g. the used code and the absolute size of what you call "large". A 2D plot of 1e9 points will be slow under all conditions, while a plot of 1e5 lines can be impeded by a variety of factors. Without seeing the code, we cannot guess the cause of the slowdown or suggest any improvements.
댓글 수: 5
Vincent Gigot
2012년 4월 10일
Vincent Gigot
2012년 4월 10일
Jan
2012년 4월 10일
You draw 3e6 lines on the screen? How many pixels do you expect to appear?
Vincent Gigot
2012년 4월 11일
Jan
2012년 4월 11일
Even 3e6 points are a lot for standard display resolutions.
Vincent Gigot
2012년 4월 10일
0 개 추천
댓글 수: 1
Jan
2012년 4월 10일
You can use the "profile" command to find the bottlenecks of your program.
카테고리
도움말 센터 및 File Exchange에서 Text Data Preparation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!