Draw a heptagone of dice vertices. MATLAB.

1 回表示 (過去 30 日間)
David Pérez Lozano
David Pérez Lozano 2020 年 11 月 20 日
回答済み: Steven Lord 2020 年 11 月 21 日
I have to build a heptagone from vertices with x and y coordinates.
P1 = (0, 2), P2 = (1, 5), P3 = (4'7, 6'03), P4 = (7'92, 3'44), P5 = (6'54, 1'6), P6 = (4, 0) e P7 = (2, 0).
What are the commands I need to use?

回答 (1 件)

Steven Lord
Steven Lord 2020 年 11 月 21 日
polyshape, patch, or plot are three possibilities depending on what you want to do later on with the polygon.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by