Filter löschen
Filter löschen

How this plot is drawn with given values?

1 Ansicht (letzte 30 Tage)
Idrees Muhammad
Idrees Muhammad am 25 Dez. 2022
Kommentiert: Image Analyst am 26 Dez. 2022
F1=0.1487
F2=0.9998
  2 Kommentare
Rik
Rik am 25 Dez. 2022
Have a read here and here. It will greatly improve your chances of getting an answer.
Idrees Muhammad
Idrees Muhammad am 25 Dez. 2022
Dear I not understand your comments

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 26 Dez. 2022
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 Kommentare
Idrees Muhammad
Idrees Muhammad am 26 Dez. 2022
Sir,i have the above details ,please read it for help.thank you very much.
Image Analyst
Image Analyst am 26 Dez. 2022
Sorry - you're on your own for that.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 25 Dez. 2022
Answer:
That plot is not drawn with those two values.

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by