matlab plot函数画图间隔标记

x=1:1:150;
y = 1:1:150;
maker_idx = 1:5:150;
plot(x,y,'-^','MarkerIndices',maker_idx)

posted on 2020-12-01 16:46  文俞九州  阅读(2588)  评论(0编辑  收藏  举报