フィルターのクリア

3d plot by using points for generating hollow cylinder

7 ビュー (過去 30 日間)
F Mehr
F Mehr 2014 年 7 月 7 日
回答済み: Chad Greene 2014 年 7 月 7 日
Hi, I want to generate a hollow cylinder according to my 16 points where coordinate's points in x,y,z coordinate are: (r2 is outer radius r1 is inner radius L is length)
[0 0 r2];
[L 0 r2];
[0 -r2 0];
[L -r2 0];
[0 0 -r2];
[L 0 -r2];
[0 r2 0];
[L r2 0];
[0 0 r1];
[L 0 r1];
[0 -r1 0];
[L -r1 0];
[0 0 -r1];
[L 0 -r1];
[0 r1 0];
[L r1 0];
How can I do that? Thank you.

採用された回答

Chad Greene
Chad Greene 2014 年 7 月 7 日
You can create patch objects for each component (outside, inside, and two ends). Try typing doc patch for info on patch objects. The drawCylinder function described here might help. Or this might help.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePolygons についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by