필터 지우기
필터 지우기

How this plot is drawn with given values?

조회 수: 1 (최근 30일)
Idrees Muhammad
Idrees Muhammad 2022년 12월 25일
댓글: Image Analyst 2022년 12월 26일
F1=0.1487
F2=0.9998
  댓글 수: 2
Rik
Rik 2022년 12월 25일
Have a read here and here. It will greatly improve your chances of getting an answer.
Idrees Muhammad
Idrees Muhammad 2022년 12월 25일
Dear I not understand your comments

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2022년 12월 26일
We don't know unless you give us the equation for F2. This is all we can do until you improve your question:
N = 10 : 10 : 100;
F1 = ones(1, length(N));
plot(N, F1, 'rs-', 'LineWidth', 2, 'MarkerSize', 8)
grid on;
fontSize = 18;
xlabel('N', 'fontSize', fontSize)
ylabel('F', 'fontSize', fontSize);
ylim([0, 1])
xlim([10, 100])
legend('F1', 'Location', 'Southwest')
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
  댓글 수: 2
Idrees Muhammad
Idrees Muhammad 2022년 12월 26일
Sir,i have the above details ,please read it for help.thank you very much.
Image Analyst
Image Analyst 2022년 12월 26일
Sorry - you're on your own for that.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2022년 12월 25일
Answer:
That plot is not drawn with those two values.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by