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 次查看(过去 30 天)
显示 更早的评论
回答(2 个)
Walter Roberson
2017-12-5
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polygons 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!