draw rectangular
Mostra commenti meno recenti
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
Risposte (2)
Rick Rosson
il 14 Apr 2012
0 voti
- 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
il 14 Apr 2012
0 voti
This is not generally possible.
Categorie
Scopri di più su NaNs in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!