2D Multivariate Gaussian

Plot the 2D Multivariate Gaussian function when mean vector and covariance matrix are provided.
ダウンロード: 937
更新 2011/4/13

ライセンスの表示

this function plots the 2D multivariate gaussian when the mean and covariance are provided. It does not use for loops.

ex: plot mean=[10;11],cov=[6 0;0 6] 2D multivariate gaussian function

>> mvg([10;11],[6 0;0 6])

引用

Chathurika Dharmagunawaradhana (2024). 2D Multivariate Gaussian (https://www.mathworks.com/matlabcentral/fileexchange/31035-2d-multivariate-gaussian), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

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