How to label the x axis in matlab for boxplot ?
조회 수: 34 (최근 30일)
이전 댓글 표시
Assume i have output data Y=10*3 ; when i want to plot boxplot for Y
boxchart(Y);
xlabel('Column')
ylabel('Power')
this is the output plat we get

Question: How to change the X-Axis rather than '1','2','3' as names like 'january', 'feb','mar'?
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
