draw rectangular
Mostrar comentarios más antiguos
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
Respuestas (2)
Rick Rosson
el 14 de Abr. de 2012
0 votos
- 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
el 14 de Abr. de 2012
0 votos
This is not generally possible.
Categorías
Más información sobre NaNs en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!