color a portion of a sphere surface

3 次查看(过去 30 天)
lmac456
lmac456 2017-9-13
评论: Andy 2022-8-31
How would I color just the portion of the surface of the sphere below connected by the 4 black dots? The fill3 or patch function do not work because the surface is curved and not flat.
  1 个评论
Andy
Andy 2022-8-31
lmac456: May I ask to see the code that you used to generate your plot? I'm trying to do something similar, but with hexagonal sections.

请先登录,再进行评论。

回答(1 个)

Walter Roberson
Walter Roberson 2017-9-13
编辑:Walter Roberson 2017-9-13
Each face of the sphere is locally flat for drawing purposes. If that is too "rough" then you would need to create additional faces that subdivide to get a finer approximation to curvature.
  2 个评论
lmac456
lmac456 2017-9-13
编辑:lmac456 2017-9-13
I keep running into this same problem using the patch function even with setting FaceColor to flat (attached image). Is this what you mean by the face possibly being too "rough"?
Walter Roberson
Walter Roberson 2017-9-14
Can you attach the data file for the shape?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by