subspace.m

버전 1.1 (2.66 KB) 작성자: Andrew Knyazev
Angle between subspaces.
다운로드 수: 3.1K
업데이트 2015/5/15

라이선스 보기

SUBSPACE(A,B) finds the largest angle between two subspaces specified by the columns of A and B. If A and B are vectors of unit length, this is the same as COS(ABS(A'*B)) in exact arithmetic. This is a replacement for MATLAB's SUBSPACE.m Rev. 5.5-5.8 that fails to provide correct answers for angles smaller than e-8 and for Rev. 5.9-5.10.4.3 that fails to provide correct answers for angles close to pi/2.

인용 양식

Andrew Knyazev (2026). subspace.m (https://kr.mathworks.com/matlabcentral/fileexchange/54-subspace-m), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
태그 태그 추가
도움

도움 받은 파일: subspacea - Angles between subspaces

도움 준 파일: subspacea - Angles between subspaces

버전 게시됨 릴리스 정보
1.1

License update to free software (BSD). Comments update.
added a conversion to a toolbox

1.0.0.0

The comments are updated to reflect the problems of the most recent MATLAB's SUBSPACE.m code.