can anyone help me to change the numbering in y axis to some names, say 'X', 'Y','Z' ?

3 ビュー (過去 30 日間)
HABILA
HABILA 2018 年 8 月 29 日
コメント済み: HABILA 2018 年 8 月 29 日
z=[215,803,1578,2386;304,1036,2082,2568;471,1208,2192,3403];
bar3(z);
set(gca,'XTicklabel',{'A','B','C','D'})

採用された回答

KL
KL 2018 年 8 月 29 日
Just like how you've handled the X-Axis,
set(gca,'YTicklabel',{'X','Y','Z'})

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCreating, Deleting, and Querying Graphics Objects についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by