Make histogram from multiple cells.
Ältere Kommentare anzeigen
Hello,
I have a 1x30 cell array with all cells being Mx24 (M differ).

The cells look like the one above but with different amount of rows.
Now to my question, is there an efficient way to make one histogram of all of the values in all of the cells and not just a histogram for each cell?. I know that I can use cat to combine the cells and then make a histogram of the combined array, but I was wondering if there is a more efficient of doing it.
1 Kommentar
Stephen23
am 21 Mär. 2024
CAT or VERTCAT
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Histograms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
