Saurabh Kotian
Followers: 0 Following: 0
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,... '...
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