How can plot this curve in matlab ?

7 Ansichten (letzte 30 Tage)
Fabrice shao
Fabrice shao am 16 Feb. 2020
Kommentiert: Star Strider am 16 Feb. 2020
I want to reproduce same figure but i faild to make it. Coulc you please help me.
Thank you for your time.
Please see the curve attached in JPG

Akzeptierte Antwort

Star Strider
Star Strider am 16 Feb. 2020
This appears to approximate it:
k = linspace(0,1);
Finesse = 5./k;
figure
plot(k, Finesse)
  2 Kommentare
Fabrice shao
Fabrice shao am 16 Feb. 2020
This is amazing answer you have saved my life today. God bless you
Star Strider
Star Strider am 16 Feb. 2020
Thank you!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Introduction to Installation and Licensing 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