How to sum two y axis data

3 ビュー (過去 30 日間)
davit petraasya
davit petraasya 2016 年 1 月 25 日
コメント済み: Walter Roberson 2017 年 3 月 22 日
Hello
I have done 2 plots(see attached files) Now I need to sum my the 2 curves in one graph. As a result it should be one curve with y axis values added to each other. Such as in the year 45 1 graph y value 87,2 graph y value 80. So my new value should appear as 167.
Thanks a lot!

採用された回答

Walter Roberson
Walter Roberson 2016 年 1 月 25 日
It appears to me you only need a single y axes as the two plots appear to have the same range. To get two line plots on the same axes,
plot(....) %draw the first one
hold on
plot(....) %draw the second one
hold off
  11 件のコメント
raj das
raj das 2017 年 3 月 22 日
Can you please give me soon the full code? I also have same problem and want it urgently. Will be waiting for yours reply. Thank you.
Walter Roberson
Walter Roberson 2017 年 3 月 22 日
davit petraasya is probably not following this topic any longer, as it is a year old.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAxes Appearance についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by