isrectangle

Check if vertices form a rectangle
166 téléchargements
Mise à jour 13 nov. 2014

Afficher la licence

This function takes a set of vertices defined by the vectors X and Y and returns true if they form a rectangle and false otherwise.

X and Y do not need to be sorted, but it is assumed that X(i) is paired with Y(i).

You can also call the function with one input Z, such that Z = [X(:),Y(:)].

For examples, check out the test suite for the following Cody problem:
http://www.mathworks.com/matlabcentral/cody/problems/2671-check-if-vertices-form-a-rectangle

Citation pour cette source

Matthew Eicholtz (2024). isrectangle (https://www.mathworks.com/matlabcentral/fileexchange/48454-isrectangle), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2014a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Test Scripts dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0