[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/datafun]
subspace
(/tools/hpmatlab/toolbox/matlab/datafun/subspace.m)
Function Synopsis
theta = subspace(A,B)
Help text
SUBSPACE Angle between two subspaces.
SUBSPACE(A,B) finds the 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 ACOS(A'*B).
If the angle is small, the two spaces are nearly linearly
dependent. In a physical experiment described by some
observations A, and a second realization of the experiment
described by B, SUBSPACE(A,B) gives a measure of the amount
of new information afforded by the second experiment not
associated with statistical errors of fluctuations.
Cross-Reference Information
This function calls
- acos /tools/hpmatlab/toolbox/matlab/elfun/acos.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- min /tools/hpmatlab/toolbox/matlab/datafun/min.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON