フィルターのクリア

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 Center および File ExchangeLabels and Annotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by