planeProjection

버전 1.2.0 (1.64 KB) 작성자: Seth Wagenman
Project a vector onto a plane defined by a normal vector.
다운로드 수: 48
업데이트 날짜: 2020/8/5

라이선스 보기

Given a vector/matrix and a vector/matrix of vectors normal to any plane in the same linear space, project the vector(s) onto the plane(s) defined by the normal vector(s). Return the coordinates of the new projected vector(s). Written by Seth B. Wagenman, based on Taylor Thullen's code and the following web link: https://www.maplesoft.com/support/help/Maple/view.aspx?path=MathApps/ProjectionOfVectorOntoPlane

인용 양식

Seth Wagenman (2024). planeProjection (https://www.mathworks.com/matlabcentral/fileexchange/78303-planeprojection), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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