How can plot this curve in matlab ?

6 visualizaciones (últimos 30 días)
Fabrice shao
Fabrice shao el 16 de Feb. de 2020
Comentada: Star Strider el 16 de Feb. de 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

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by