calculate total percentage on either side of histogram

7 次查看(过去 30 天)
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 个评论
aine gormley
aine gormley 2018-12-5
hi - the only variable is temperature change (ie the slope from a linear regression over time), so I think that is ok?
dpb
dpb 2018-12-5
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... :)

请先登录,再进行评论。

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by