CHECK2DGAUSS

Checks if given file containes bivariate Gaussians.



 Synopsis:
  res = check2dgauss(fname)

 Description:
  If the file 'fname' contains a matrix Mean [2 x ncomp],
  a matrix Cov [2 x 2 x ncomp] and a vector y [1 x ncomp]
  then it returns 1 else it returns  0.

 Input:
  fname [string] File name.
 
 Output:
  res [1x1] Equals to 1 if it is valid file otherwise 0.


Source: check2dgauss.m

About: Statistical Pattern Recognition Toolbox
(C) 1999-2003, Written by Vojtech Franc and Vaclav Hlavac
Czech Technical University Prague
Faculty of Electrical Engineering
Center for Machine Perception

Modifications:
1-may-2004, VF
13-Feb-2003, VF