Kernel density estimation plot with median and quartiles
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Tamir Eisenstein
el 9 de Feb. de 2019
0 votos
Categorías
Más información sobre Regression en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!