How can plot this curve in matlab ?

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

This appears to approximate it:
k = linspace(0,1);
Finesse = 5./k;
figure
plot(k, Finesse)

2 Comments

This is amazing answer you have saved my life today. God bless you

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!