Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

how to include a vertical dotted line to show the cutoff for outliers

1 view (last 30 days)
subplot(2,1,1)
histogram(LH);
grid on;
title("Graph of (LH)");
xlabel("LH");
ylabel("Scores");
hold on;
  1 Comment
Rik
Rik on 29 Oct 2020
If my previous answer was not a complete solution, please post a comment there.

Answers (0)

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!