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 CenterFile Exchange에서 Elementary Polygons에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by