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?

 채택된 답변

dpb
dpb 2014년 4월 17일

1 개 추천

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

mausam
mausam 2014년 4월 18일
thank you dost
dpb
dpb 2014년 4월 18일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Histograms에 대해 자세히 알아보기

제품

질문:

2014년 4월 17일

댓글:

dpb
2014년 4월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by