scatter plot: tall arrays eating up all the memory
3 ビュー (過去 30 日間)
古いコメントを表示
I want to scattor plot. Length of the arrays are 21026304,1. It eating up the 92%memory out of 20GB RAM. Please suggest. (I know Matlab 2018 has binscatter. But I have Matlab 2015Ra). Sample code:
a=randn(21026304,1);
scatter(a,a);
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Distribution Plots についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!