draw rectangular

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 日

0 投票

  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 日

0 投票

This is not generally possible.

カテゴリ

質問済み:

2012 年 4 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by