Info

This question is closed. Reopen it to edit or answer.

Histogram with many data

1 view (last 30 days)
Eduarda Rivera
Eduarda Rivera on 24 Sep 2020
Closed: MATLAB Answer Bot on 20 Aug 2021
I have a large amount of data (20000 vectors 2800 long) and I need to make an histogram of all the data there. How can i do it without saturating RAM?

Answers (1)

Sindar
Sindar on 24 Sep 2020
Use tall arrays: https://www.mathworks.com/help/matlab/import_export/tall-arrays.html

Tags

Community Treasure Hunt

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

Start Hunting!