MATLAB: How to create a box-and-whiskers plot by directly specifying median and IQR (without underlying data available)

box-and-whiskersboxplot

I'm struggling to create a box-and-whisker plot by directly specifying box and whiskers height/position. Matlab seems to require the underlying data as input to boxplot(), but I only have the histogram.
Thanks!