Azzera filtri
Azzera filtri

Plot the Diagram of the probability of some data

2 visualizzazioni (ultimi 30 giorni)
Imp
Imp il 15 Giu 2023
Commentato: the cyclist il 15 Giu 2023
Hi,
I have some data in matlab, How can I plot the best probability diagram which is attributed to this data?
  1 Commento
the cyclist
the cyclist il 15 Giu 2023
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.

Accedi per commentare.

Risposte (1)

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

Prodotti


Release

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by