Kernel density estimation plot with median and quartiles
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
Tamir Eisenstein
il 9 Feb 2019
0 voti
Categorie
Scopri di più su Regression in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!