Kernel density estimation plot with median and quartiles
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Tamir Eisenstein
am 9 Feb. 2019
0 Stimmen
Kategorien
Mehr zu Regression finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!