フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Exact plot colour change???

1 回表示 (過去 30 日間)
Nikola
Nikola 2015 年 1 月 30 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I made 6 subplots, 6th is combination of 1st to 5th. How to make plot colour on 1,2,3,4,5th subplot to match colour on 6th subplot? Here are subplots:
subplot(2,3,1), plot(X,Y1)
subplot(2,3,2), plot(X,Y2,'g')
subplot(2,3,3), plot(X,Y3)
subplot(2,3,4), plot(X,Y4)
subplot(2,3,5), plot(X,Y5)
subplot(2,3,6), plot(X,Y1,X,Y2,X,Y3,X,Y4,X,Y5)
legend ('0.5Eu','3Eu','7Eu','10Eu','12Eu')
  1 件のコメント
Image Analyst
Image Analyst 2015 年 1 月 30 日
I fixed your formatting for you. Here's how you can do it next time: http://www.mathworks.com/matlabcentral/answers/13205-tutorial-how-to-format-your-question-with-markup

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by