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!