subspace.m

Angle between subspaces.

現在この提出コンテンツをフォロー中です。

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://jp.mathworks.com/matlabcentral/fileexchange/54-subspace-m), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: subspacea - Angles between subspaces

ヒントを与えたファイル: subspacea - Angles between subspaces

カテゴリ

Help Center および MATLAB AnswersStatistics and Machine Learning Toolbox についてさらに検索

Add the first tag.

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
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.