How can plot this curve in matlab ?

6 views (last 30 days)
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

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!