Can I use histfit and add a specified type of Bin in it? I want to take my data and add bins with the array [0:2:100], however it won't let me. More specifically I am trying to obtain a bell curve over my histogram and don't know how to go about this

1 vue (au cours des 30 derniers jours)
histfit

Réponses (1)

dpb
dpb le 11 Fév 2020
What's wrong w/
histfit(randn(1000,1))
which generated
untitled.jpg
  2 commentaires
Aymon Faizi
Aymon Faizi le 12 Fév 2020
I am trying to fit an array against histfit and cannot do so
dpb
dpb le 12 Fév 2020
Modifié(e) : dpb le 12 Fév 2020
Dunno what that means... histfit| does it for you.
See another thread from not too long ago to put a pdf on top empirical data if that's the question (don't get sidetracked in the sidebar discussion of what the OPs data are, just note the code)

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by