How can I superimpose two gaussian functions?

I have two Gaussian functions shown as follows and I would like to superimpose them to get rid of the overlapping portion at the bottom. Is there any quick way for me to do this?
Thanks!

1 件のコメント

Walter Roberson
Walter Roberson 2019 年 7 月 31 日
Evaluate them on the same time points (use interp1 if needed), and then take max() of the two values.

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeInterpolation についてさらに検索

タグ

質問済み:

2019 年 7 月 31 日

コメント済み:

2019 年 7 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by