Plot the Diagram of the probability of some data

2 次查看(过去 30 天)
Hi,
I have some data in matlab, How can I plot the best probability diagram which is attributed to this data?
  1 个评论
the cyclist
the cyclist 2023-6-15
You have not given us enough information to help you. Do you mean a histogram? A probability distribution function? Do you want to assume some distribution (e.g. normal) that you want to fit the data to?
Please describe what you want to do, with much more detail.
It might help you to look at the MATLAB Plot Gallery to figure out what style of plot you need.

请先登录,再进行评论。

回答(1 个)

Torsten
Torsten 2023-6-15
编辑:Torsten 2023-6-15
I don't know what exactly you mean by "Probability Diagram", but the usual way is to use
histogram(data,'Normalization','pdf')

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

产品


版本

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by