PeopleMATLAB
自 2016 起处于活动状态
Followers: 0 Following: 0
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); ...
8 years 前 | 0