is it possible to draw separate polygons with one fill() function?
Show older comments
Is it possible to plot non overlapping polygons with one fill() command?
Answers (1)
Sean de Wolski
on 28 Sep 2015
>> fill(rand(1,3),rand(1,3),'r',rand(1,3)+1, rand(1,3)+1,'c')
And doc fill shows the syntax
1 Comment
Categories
Find more on Surfaces, Volumes, and Polygons in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!