iscoplanar.m
Tests input points for coplanarity in 3-space.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Brett Shoelson (2026). iscoplanar.m (https://www.mathworks.com/matlabcentral/fileexchange/46-iscoplanar-m), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: geom3d
General Information
- Version 1.1.0 (7.27 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.1.0 | This is a complete (much-improved) rewrite of my previous |iscoplanar| function. This version considers the rank of the input matrix relative to the dimensionality of its space. |
||
| 1.0.0 | Fixes omission of absolute value in comparison with tolerance. Also, now uses determinants; new version is approximately 10x faster. |