Use a 2D filled polygon in a 3D plot
11 ビュー (過去 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?
0 件のコメント
採用された回答
Walter Roberson
2011 年 8 月 14 日
2D plots cannot be plotted at 3D locations. You can, though, use fill3() with a constant Z location.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Elementary Polygons についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!