plotcov(C, mu, varargin)

Version 1.0.0.0 (21,1 KB) von Paul
Visualise a 2x2 covariance matrix by plotting ellipses at 1, 2 and 3 standard deviations.
258 Downloads
Aktualisiert 10. Nov 2016

Lizenz anzeigen

Assuming `size(X,2) == 2` then
```
plotcov(cov(X), mean(X));
```

will draw ellipses at 1, 2 and 3 standard deviations.

See also (or just run) `plotcov_demo` for an example.

Zitieren als

Paul (2024). plotcov(C, mu, varargin) (https://www.mathworks.com/matlabcentral/fileexchange/60177-plotcov-c-mu-varargin), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2008a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0