fill a range with specified color

Hi all!
i have these vectors:
%A=[1:5]
%b=[2 2 2 2 2]
%c=[4 4 4 4 4]
plot(A,b,A,c)
how could i plot the the Range (area) between (2 and 4) with a speciefied color for exemple red?

Answers (1)

fill([A A],[b c],'r')
help fill

4 Comments

thanks for the the help, but it does not work!
why not / what is the problem/error you encounter?
hi, my goal is that the whole area between the two lines 2 and 4 should be colored.
Thank you

Sign in to comment.

Asked:

on 25 Mar 2014

Commented:

on 26 Mar 2014

Community Treasure Hunt

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

Start Hunting!