필터 지우기
필터 지우기

draw rectangular

조회 수: 2 (최근 30일)
parisa
parisa 2012년 4월 14일
hello every body. i have 4 points and i want to draw a rectangular with these points, these points are not rectangular's corner, can u help me?? regards

답변 (2개)

Rick Rosson
Rick Rosson 2012년 4월 14일
  1. Find the min and max of the x components.
  2. Find the min and max of the y components.
  3. Use these values to specify the four corners.
  4. Draw the rectangle.

Walter Roberson
Walter Roberson 2012년 4월 14일
This is not generally possible.

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by