Kernel density estimation plot with median and quartiles
Afficher commentaires plus anciens
Hi,
I used this to generate a kernel density estimation plot:
[f,xi] = ksdensity(myvector);
figure
plot(xi,f);
How can I insert three vertical lines in the plot representing the median and 1st & 3rd quartiles?
Thanks,
Tamir
Réponse acceptée
Plus de réponses (1)
Tamir Eisenstein
le 9 Fév 2019
0 votes
Catégories
En savoir plus sur Regression dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!