plotcov(C, mu, varargin)

バージョン 1.0.0.0 (21.1 KB) 作成者: Paul
Visualise a 2x2 covariance matrix by plotting ellipses at 1, 2 and 3 standard deviations.
ダウンロード: 258
更新 2016/11/10

ライセンスの表示

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.

引用

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

MATLAB リリースの互換性
作成: R2008a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDescriptive Statistics and Visualization についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0