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
2012년 4월 14일
0 개 추천
- Find the min and max of the x components.
- Find the min and max of the y components.
- Use these values to specify the four corners.
- Draw the rectangle.
Walter Roberson
2012년 4월 14일
0 개 추천
This is not generally possible.
카테고리
도움말 센터 및 File Exchange에서 NaNs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!