can anybody please explain me that how can i write the label and make shadow in the region? i have an example attached here
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
0 commentaires
Réponses (2)
Walter Roberson
le 5 Déc 2017
Suppose region_x and region_y are the x and y coordinates for the area you want to fill with color. Then
area(region_x, region_y, 'facecolor', [220 80 20]/255) %orange
0 commentaires
Voir également
Catégories
En savoir plus sur Polygons dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!