RandOrthMat

バージョン 1.0.0.0 (695 Bytes) 作成者: Ofek Shilon
Generates a random orthogonal (real) square matrix of given size.
ダウンロード: 4.4K
更新 2006/9/6

ライセンスがありません

M = RANDORTHMAT(n)
Generates a random n x n orthogonal real matrix.

M = RANDORTHMAT(n,tol)
Explicitly specifies a thresh value that measures linear dependence of a newly formed column with the existing columns. Defaults to 1e-6.

The generated matrix distribution is now (as of Sept 06) uniform over the manifold O(n) w.r.t. the induced R^(n^2) Lebesgue measure. Thanks to Roger Stafford and his randsphere for the idea.

引用

Ofek Shilon (2024). RandOrthMat (https://www.mathworks.com/matlabcentral/fileexchange/11783-randorthmat), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2006a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersRandom Number Generation についてさらに検索
謝辞

ヒントを与えたファイル: kfs_suite

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

bug fix - rand replaced with randn.