Borrar filtros
Borrar filtros

basic ploting histogram with a label

3 visualizaciones (últimos 30 días)
mausam
mausam el 17 de Abr. de 2014
Comentada: dpb el 18 de Abr. de 2014
I am ploting a histo gram which looks like the figure included my questions are
1.how can I replace 1,2 and 3 with labels A1, D1 & g3?
2.how to chose the distance between two towers?

Respuesta aceptada

dpb
dpb el 17 de Abr. de 2014
1) set(gca,'xtick',[1.1 1.9 2.9],'xticklabel',{'A1','D1','G3'})
NB: x values based on observed midpoints in figure
2) Define an x vector as well as counts for the plot to place where wanted, and/or modify x-axis limits
  2 comentarios
mausam
mausam el 18 de Abr. de 2014
thank you dost
dpb
dpb el 18 de Abr. de 2014
You're welcome...thought just came to me you may also want to experiment with the optional 'width' property--it modifies the bar spacing/width, too.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by