フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
Ahmed
Ahmed 2020 年 10 月 29 日
閉鎖済み: Rik 2020 年 10 月 29 日
subplot(2,1,1)
histogram(LH);
grid on;
title("Graph of (LH)");
xlabel("LH");
ylabel("Scores");
hold on;
  1 件のコメント
Rik
Rik 2020 年 10 月 29 日
If my previous answer was not a complete solution, please post a comment there.

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by