手动指定坐标轴刻度间距
set(gca,\'xtick\',1:17)
手动指定刻度对应的label
set(gca,\'xticklabel\',{\'a\', \'b\',\'c\' ,\'d\' ,\'e\', \'f\'});