Percentile plot/graph
Ältere Kommentare anzeigen
I have 80x100x27 matrix. Third array indicate my data. I want to PLOT one figure showing three different percentile [25 50 75] of this matrix. Is it possible? Thanks in advance
2 Kommentare
Image Analyst
am 4 Okt. 2017
You have 1 3-D array. What is the "third array"? What do the different dimensions represent? Is the second dimension the percentile (1 to 100)? But taking just one of those, for example squeeze(array(:, 25, :)) would produce a 2-D image that you'd have to display with imshow(), not a 1-D signal that you'd display with plot().
Haa Andrew
am 4 Okt. 2017
Antworten (0)
Kategorien
Mehr zu Descriptive Statistics and Visualization 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!