photo

Jesús Bernardino Velázquez Fernández


Last seen: 1 month 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
I made a Heat map. I want to remove the x and y axis ticks. How is that possible?
h=heatmap(x,y,c); s=struct(h); s.XAxis.Visible='off'; s.YAxis.Visible='off';

11 months 前 | 0