problems with number of xticklabels
1 回表示 (過去 30 日間)
古いコメントを表示
I used the "xticklabels" function, but it limits to about 10 data points. I have 20 points which i need xtick lables on to X-axis. I am using MATLABR2018b-Student use
0 件のコメント
回答 (1 件)
madhan ravi
2018 年 11 月 17 日
xticks(1:20) %you have to define xticks before xticklabels
xticklabels({'1','2','3','4','5'..............'20'})
4 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!