필터 지우기
필터 지우기

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 CenterFile Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by