photo

Saurabh Kotian


Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
color of line plot with marker problem
You can set the line color after you plot it. x = linspace(0,10,50); y = sin(x); h = plot(x,y,'-s','MarkerSize',10,... '...

6 years 前 | 0