plot x label like plot(x, y) in boxplot
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Miraboreasu
el 10 de Mzo. de 2023
Hello,
I need to use boxplot, but how to plot boxplot like plot(x,y), because the x-label (position) for my boxplot is unified
like
load data.mat
x=[1,2,5,10,16]
boxplot(x, data)
Thanks
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!