calculate total percentage on either side of histogram

5 views (last 30 days)
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 Comments
aine gormley
aine gormley on 5 Dec 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 on 5 Dec 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... :)

Sign in to comment.

Answers (1)

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

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!