planeProjection
Project a vector onto a plane defined by a normal vector.
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
Seth Wagenman (2026). planeProjection (https://www.mathworks.com/matlabcentral/fileexchange/78303-planeprojection), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.2.0 (1.69 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.2.0 | Made 3-D orientation checks more robust and used unit3DNonZeroVectorByRow instead of prior version of that function by same author. |
||
| 1.1.1 | Consolidated initial error-checking of arguments, cleaned up code and added more comments. |
||
| 1.1.0 | Removed requirement to pass unit normal vector; OK to pass any normal vector because it will be normalized in the function. Also edited calculation of projected image to form originally coded by Taylor Thullen. |
||
| 1.0.3 | Check for unit length applies to matrices of vectors passed in second argument now. Also added error for case when a 3x3 matrix is passed, preventing determination of which dimension is the spatial one. |
||
| 1.0.2 | added semicolon to suppress output |
||
| 1.0.1 | added absolute value to line checking for unit length of normal vector |
||
| 1.0.0 |