Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
how to include a vertical dotted line to show the cutoff for outliers
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
subplot(2,1,1)
histogram(LH);
grid on;
title("Graph of (LH)");
xlabel("LH");
ylabel("Scores");
hold on;
1 comentario
Rik
el 29 de Oct. de 2020
If my previous answer was not a complete solution, please post a comment there.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!