so I built two normal distributions.. I want to to combine both into a single image, with the two images overlapping partially to look something like this: two plots http://www.uark.edu/misc/lampinen/tutorials/image8BK.JPG
is there any way to do this in matlab?
Use hold on keyword between different plots. For example:
It will plot both
xandyin red and blue colors on same graph.