필터 지우기
필터 지우기

scatter plot: tall arrays eating up all the memory

조회 수: 1 (최근 30일)
Imran Kanjoo
Imran Kanjoo 2018년 4월 8일
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개)

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by