From: Walter Roberson on
Roman Abramov wrote:
> Hi! I have a question. Is there possibility to use ezplot function with
> fill or patch function? I have two lines on my graph, which were created
> by ezplot function and i want to fill area between these lines, and also
> make this area half-transparent. How can I do in Matlab? I suggest that
> it can be done by get(h,'xdata') and get(h,'ydata'),

Yes, exactly.

> but these vector
> have different length for these lines.

I doubt that; it wouldn't be possible to construct a plot with a
different number of X and Y.