이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 | bug fix - rand replaced with randn. |
