Density plot of a 2D matrix
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi :)
I have a 2D matrix and I want to plot the number of accurence for each element at each row as the density plot (please see the attached plot).
In other words, each background color shows the probability (count) of each sample.
Thanks.

2 Commenti
Image Analyst
il 10 Gen 2021
I don't understand. I imagine the image is your 2-D matrix and you've applied a colormap to it. But what is the black line plot? The "number of occurrence" to most people means "histogram". But if you had a histogram for each row, you would have multiple values, not just the one value you're plotting at each row. Even if you took the histogram of the entire array, it would be misleading and deceptive to plot the histogram going vertically down the rows. So attach your data, and explain the black curve.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Histograms in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!