how to plot a gaussian1D for probability density of the normal distribution
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Gadadhar Sahoo
le 2 Déc 2017
Commenté : Gadadhar Sahoo
le 2 Déc 2017
gaussian = (1/sqrt(2*pi*vars(k)))*exp(-(x(p)-means(k)).^2/(2*vars(k)));
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!