calculate total percentage on either side of histogram

3 visualizzazioni (ultimi 30 giorni)
Hi, is it possible to calculate the total percentage on either side of histogram - like in the digram below? NB: I dont need to place the value on the chart - or get the percentage for the individual bars, just the percent for either side.
  8 Commenti
aine gormley
aine gormley il 5 Dic 2018
hi - the only variable is temperature change (ie the slope from a linear regression over time), so I think that is ok?
dpb
dpb il 5 Dic 2018
Ok, yes, that should work just fine.
So then slope_TSA was an array and hence the expression
slopes=slope_TSA(:);
maybe? If that were so and the previous was done using the array, that could be the cause of the unexpected answer, perhaps.
I was just trying to figure out why you got a nonsensical answer the one time...it's not terribly important if you now do have the correct result, just "inquiring minds" and all... :)

Accedi per commentare.

Risposte (1)

the cyclist
the cyclist il 5 Dic 2018
Taking a very different tack ... maybe you'd find the cdfplot command useful?

Categorie

Scopri di più su Data Distribution Plots in Help Center e File Exchange

Prodotti


Release

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by