필터 지우기
필터 지우기

i have problem when i would rotate xlabel of bar graph on matlab

조회 수: 2 (최근 30일)
mechri khaled
mechri khaled 2016년 5월 18일
답변: JohnGalt 2016년 5월 19일
numbers = magic(5); labels = {'label 1', 'label 2', 'label 3', 'label 4', 'label 5'}; bar(numbers(:,1)) set(gca, 'XTickLabel', labels) rotateXLabels(gca, 45); this is the error that was appear: Undefined function 'rotateXLabels' for input arguments of type 'double'. Error in Untitlea (line 5) rotateXLabels(gca, 45);

답변 (1개)

JohnGalt
JohnGalt 2016년 5월 19일

카테고리

Help CenterFile Exchange에서 Labels and Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by