I want to plot both stimulus curve and response curve in a single figure and signle axes although their scale and unit are different. The following is what I want to get:

My supervisor has made this figure by an expensive software package called SigmaPlot. The stimulus is in red and the response is in black.
My question is how to make such a plot in MATLAB?
I am aware of a function called plotyy, but it is not helpful.
EDIT:plotyy is not helpful because it puts another axes in the right side and it is just unnecessary to add that extra axes.(there might be a way to remove the right axes, do you now how to do that?).