RandOrthMat

Generates a random orthogonal (real) square matrix of given size.

이 제출물을 팔로우합니다

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 (2026). RandOrthMat (https://kr.mathworks.com/matlabcentral/fileexchange/11783-randorthmat), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: kfs_suite

카테고리

Help CenterMATLAB Answers에서 Random Number Generation에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

bug fix - rand replaced with randn.