Effacer les filtres
Effacer les filtres

how to generate custom bin edges with internal.stats.histbins?

2 vues (au cours des 30 derniers jours)
pietro
pietro le 25 Sep 2014
Modifié(e) : pietro le 25 Sep 2014
Hi all,
I've used the distribution fitting toolbox through the GUI to get the probability distribution. To automate the process I've generated the matlab code. I'm trying to customize the function for getting an histogram with a different bin edges. In the generated code binedges are computed with the following code:
[~,BinEdge] = internal.stats.histbins(DTSel,[],[],BinInfo,CdfF,CdfX);
How are the bin edges computed with that line? I didn't find any information abou the method.
thanks
regards
Pietro

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by