Home > freetb4matlab > image > corr2.m

corr2

PURPOSE ^

% Returns the correlation coefficient between @var{I} and @var{j}.

SYNOPSIS ^

function r = corr2 (I, J)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} @var{r} = corr2 (@var{I},@var{J})
% Returns the correlation coefficient between @var{I} and @var{j}.
% @var{I}, @var{J} must be real type matrices or vectors of same size.
% @seealso{cov, std2}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003