How to plot this function?

1 vue (au cours des 30 derniers jours)
Juan Vicente
Juan Vicente le 27 Sep 2022
Modifié(e) : Juan Vicente le 27 Sep 2022
How can I plot this function using Matlab?

Réponse acceptée

Sam Chak
Sam Chak le 27 Sep 2022
Probably the plot looks like this:
syms x y
fimplicit(log(abs(y/(y + 1))) == -1/x, [-5 5 -10 10])
  1 commentaire
Juan Vicente
Juan Vicente le 27 Sep 2022
Modifié(e) : Juan Vicente le 27 Sep 2022
Yes, that's the graph, thanks a lot

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by