Plotting Large arrays
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a 10000X10000 array. My system has a 3GB RAM. Computations on this array happen fast, but when i try to plot these arrays the system hangs or doesnt respond.Any tricks / suggestions to circumvent this problem?
댓글 수: 1
Jan
2012년 1월 8일
Please post the method you use for plotting. It matters if you use LINE, PLOT, PATCH or SURFACE.
답변 (1개)
nick
2025년 4월 14일
Hi Barathwaj,
You can increase the Java heap memory in MATLAB preferences under Java Heap Memoery tab collapsed under General tab.
Additionally, assuming the array represents a dataset with each row representing a new entry, you can consider processing array in smaller batches and visualize results separately.
Hope this helps
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!