fill a range with specified color
Afficher commentaires plus anciens
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?
Réponses (1)
Jos (10584)
le 25 Mar 2014
fill([A A],[b c],'r')
help fill
4 commentaires
Rica
le 25 Mar 2014
Jos (10584)
le 25 Mar 2014
why not / what is the problem/error you encounter?
Rica
le 26 Mar 2014
Rica
le 26 Mar 2014
Catégories
En savoir plus sur Annotations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!