how to create scatter and histogram plots in the same graph?

I want to combine scatter and histogram plots in the same graph. I also do not want to show the histogram data in the y axis, and only show the scatter data. please see the attached figure. For instance, I want to combine the following plots:
scatter (x1, y, x2, y)
hist (z)
I appreciate any suggestions. Thanks in advance.

Answers (1)

Asked:

on 16 Jan 2019

Edited:

on 17 Jan 2019

Community Treasure Hunt

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

Start Hunting!