Feeds
已回答
how to do plotting with different colors in same figure?
colormap jet; cmap=colormap; for i=1:5 Plot_color=cmap(i/5,:); plot(x, y(i,:), 'Color', Plot_color); ...
how to do plotting with different colors in same figure?
colormap jet; cmap=colormap; for i=1:5 Plot_color=cmap(i/5,:); plot(x, y(i,:), 'Color', Plot_color); ...
9 years 前 | 0