photo

PeopleMATLAB


2016 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

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); ...

約8年 前 | 0