idontknow

设置横坐标刻度

 set(gca,\'XTick\',st*100:60:st*100+1440);

 str=[];
for temp=0:24
   a={strcat(int2str(temp),\':00\')};
   str=[str,a];
end

set(gca,\'XTICkLabel\',str);

 

help datetick

分类:

技术点:

相关文章:

  • 2021-08-05
  • 2021-12-04
  • 2021-05-20
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2021-05-02
  • 2021-12-17
猜你喜欢
  • 2021-12-30
  • 2021-07-06
  • 2022-12-23
  • 2021-09-25
  • 2021-06-04
  • 2022-12-23
  • 2021-10-09
相关资源
相似解决方案