フィルターのクリア

How can i draw the below figure in Matlab?. Pls help.

1 回表示 (過去 30 日間)
sharmin sathi
sharmin sathi 2022 年 4 月 25 日
コメント済み: Walter Roberson 2022 年 4 月 25 日

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 4 月 25 日
After you draw the lines with plot() and figure out where the intersection point is, use annotation('doublearrow') https://www.mathworks.com/help/matlab/ref/matlab.graphics.shape.doubleendarrow-properties.html to create the arrows.
  2 件のコメント
sharmin sathi
sharmin sathi 2022 年 4 月 25 日
Could you give the full matlab code to draw this figure.
Walter Roberson
Walter Roberson 2022 年 4 月 25 日
I could do that, but I am not going to do that. Doing that would require digitizing the curves and creating long lists of arbitrary coordinates to connect.
It would make a lot more sense for you to use your knowledge of what the curves represent in order to figure out how to draw them. Perhaps you can find beta distributions for them.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeData Distribution Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by