2D Multivariate Gaussian

Plot the 2D Multivariate Gaussian function when mean vector and covariance matrix are provided.

You are now following this Submission

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])

Cite As

Chathurika Dharmagunawaradhana (2026). 2D Multivariate Gaussian (https://in.mathworks.com/matlabcentral/fileexchange/31035-2d-multivariate-gaussian), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Linear Algebra in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0