photo

Saurabh Kotian


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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,... '...

5 years ago | 0