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년 전 | 0
