Plots 2D ellipses derived from 2D Gaussians specified by mus & Cs. USAGE hs = plotGaussEllipses( mus, Cs, [rad] ) INPUTS mus - k x 2 matrix of means Cs - 2 x 2 x k covariance matricies rad - [2] Number of std to create the ellipse to OUTPUTS hs - handles to ellipses EXAMPLE plotGaussEllipses( [ 10 10; 10 10 ], cat(3,eye(2),eye(2)*2) ); See also PLOTELLIPSE, GAUSS2ELLIPSE Piotr's Computer Vision Matlab Toolbox Version 2.0 Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com] Licensed under the Simplified BSD License [see external/bsd.txt]