Create orthonormal vectors

Creates a random set of orthonormal vectors

Ahora está siguiendo esta publicación

Produces an m x n set of orthonormal vectors,

Inputs should be two scalars, m and n, where n is smaller than
or equal to m.

Example: >> get_orthonormal(5,4)

ans =
0.1503 -0.0884 -0.0530 0.8839
-0.4370 -0.7322 -0.1961 -0.2207
-0.3539 0.3098 0.7467 -0.0890
0.7890 -0.1023 0.0798 -0.3701
-0.1968 0.5913 -0.6283 -0.1585

Citar como

Calvin Price (2026). Create orthonormal vectors (https://la.mathworks.com/matlabcentral/fileexchange/18973-create-orthonormal-vectors), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0

Program now creates a set of m x n orthonormal vectors, where user chooses m and n.