Patching surfaces with diffferent colors of your choice
2 次查看(过去 30 天)
显示 更早的评论
I want two patch two surfaces with two different colors such as:
[0.9 0.9 0.8]
and
[1 0.9 0.6]
I use the command
patch('Faces',faces,'Vertices',verts,'Facecolor',[0.9 0.9 0.8])
But I don't know what to do to patch two different faces with two different colors. How can I do that?
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polygons 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!