MATLAB: I am generating multiple gaussian pulse. I want to concatenate them(means want to show those multiple gaussian pulse in single plot). How to do that

concatenating gaussian pulse

I am generating multiple gaussian pulse. I want to concatenate them(means want to show those multiple gaussian pulse in single plot). How can I do that?

Best Answer

After the first plot, use
hold on
and then proceed to the additional plots.
Related Question