Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
how to include a vertical dotted line to show the cutoff for outliers
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
subplot(2,1,1)
histogram(LH);
grid on;
title("Graph of (LH)");
xlabel("LH");
ylabel("Scores");
hold on;
1 commentaire
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!