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!