Borrar filtros
Borrar filtros

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)
Ahmed
Ahmed el 29 de Oct. de 2020
Cerrada: Rik el 29 de Oct. de 2020
subplot(2,1,1)
histogram(LH);
grid on;
title("Graph of (LH)");
xlabel("LH");
ylabel("Scores");
hold on;
  1 comentario
Rik
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.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by