Use a 2D filled polygon in a 3D plot

7 次查看(过去 30 天)
Hi all,
I have a 3D plot of an aircraft, plotted with the surf function. I also have the nacelles in there as a surf. What I'd like to do, is plot a filled circle inside the engine, representing the fans. Normally you would use fill(x,y,c) to plot a 2D filled polygon, but is there a way to plot it in 3D at a specific location?

采纳的回答

Walter Roberson
Walter Roberson 2011-8-14
2D plots cannot be plotted at 3D locations. You can, though, use fill3() with a constant Z location.
  1 个评论
Jorrit
Jorrit 2011-8-14
Thank you! That was very easy, I wasn't aware of the existence of fill3()

请先登录,再进行评论。

更多回答(0 个)

类别

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