subspace.m

Angle between subspaces.
3,1K Descargas
Actualizado 15 may 2015

Ver licencia

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.

Citar como

Andrew Knyazev (2024). subspace.m (https://www.mathworks.com/matlabcentral/fileexchange/54-subspace-m), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14SP1
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas
Agradecimientos

Inspirado por: subspacea - Angles between subspaces

Inspiración para: subspacea - Angles between subspaces

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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.