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
2019 年 7 月 31 日
Evaluate them on the same time points (use interp1 if needed), and then take max() of the two values.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Interpolation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!